Search the web
Sign In
New User? Sign Up
gamera-devel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 490 - 519 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
490
Hallo, for mutually exclusive options in a plugin function it is currently possible to use the Choice argument qualifier which results in a DropDown box in the...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 11, 2005
3:12 pm
491
Hallo, while trying to write a python plugin which modifies the image, I have the problem that changes on self are not performed. I am trying the following: ...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 11, 2005
4:32 pm
492
... No, that would not be too difficult. The use of ints for Choice was to make things easier on the C++ side (i.e. you don't have to use strcmp). Perhaps,...
Michael Droettboom
mdboom
Offline Send Email
Jan 11, 2005
6:24 pm
493
... This is standard Python behavior. Assignment in Python performs a remapping of the variable name, in the current scope, to a new object. ... ... x = 5...
Michael Droettboom
mdboom
Offline Send Email
Jan 11, 2005
6:45 pm
494
On Tue, 11 Jan 2005 13:24:41 -0500 ... That would be an elegant solution. Please drop me a short note when it is available. Thanks, Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 12, 2005
7:28 am
495
Hallo, for those of you who also suffer from the missing command line editing in the interactive python interpreter shipped with MacOS X, I have found a hint,...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 13, 2005
9:17 am
496
Hallo, I would like to add an "Uninstallation" section to the musicstaves toolkit docs. As uninstallation simply means to remove the toolkits/musicstaves...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 14, 2005
8:59 am
497
Hello, while trying to convert an IntVector from Gamera's python side to C++ side, I encountered a possible error in the documentation. The documentation...
Thomas Karsten
cybertoom
Offline Send Email
Jan 14, 2005
9:52 am
498
... In the case of that toolkit, yes. Gamera installs things in three different places -- for the runtime, the include files and the documentation, so it's a...
Michael Droettboom
mdboom
Offline Send Email
Jan 14, 2005
12:36 pm
499
You're right: this is an error in the docs. I will correct it....
Michael Droettboom
mdboom
Offline Send Email
Jan 14, 2005
12:39 pm
500
Hallo, just observed the following with the Rect datatype: The Gamera docs say that it should be constructed as follows: Rect (Int offset_y, Int offset_x, Int...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 14, 2005
2:32 pm
501
... The docs are right, even though I'm not a fan of it, just because that's consistant with everything else in Gamera. There was a type in rectobject.cpp...
Michael Droettboom
mdboom
Offline Send Email
Jan 14, 2005
3:08 pm
502
Done....
Michael Droettboom
mdboom
Offline Send Email
Jan 14, 2005
6:54 pm
503
Michael, although your example given below should make it easy to use a 'ChoiceString', could you please add 'ChoiceString' to the documentation of Gamera, if...
Thomas Karsten
cybertoom
Offline Send Email
Jan 17, 2005
4:57 pm
504
Hello, currently I am writing a documentation for a toolkit, but while building the docs I encountered the following problem: The toolkit I build the...
Thomas Karsten
cybertoom
Offline Send Email
Jan 31, 2005
12:02 pm
505
Is it documenting other classes or other plugin methods? I can conceive of how it would be documenting all loaded plugin functions (since that is the default...
Michael Droettboom
mdboom
Offline Send Email
Jan 31, 2005
1:43 pm
506
... You are right: there are plugins included only. The surprising thing is that there is also the documentation of the plugins, that are indirectly used of...
Thomas Karsten
cybertoom
Offline Send Email
Jan 31, 2005
2:32 pm
507
... gendoc.py always documents all loaded plugins. I didn't consider that a problem because I assumed (wrongly) that the loaded plugins could be easily...
Michael Droettboom
mdboom
Offline Send Email
Jan 31, 2005
2:51 pm
508
... This sounds to be a nice idea. Thank you. ... Thomas...
Thomas Karsten
cybertoom
Offline Send Email
Jan 31, 2005
3:06 pm
509
I recently installed on winXp from the win-installer distribution and am having problems. I have python.org's Python 2.34 and wxWindows 2.4 for Python 2.3 ...
danabhack
Offline Send Email
Jan 31, 2005
9:26 pm
510
... My apologies. The latest file release is hopelessly out of date at this point. I would suggest checking Gamera out of CVS (which will require having a ...
Michael Droettboom
mdboom
Offline Send Email
Jan 31, 2005
9:40 pm
511
Thanks! That’s what I’ll do. ... From: Michael Droettboom [mailto:mdboom@...] Sent: Monday, January 31, 2005 3:42 PM To: gamera-devel@yahoogroups.com ...
Dana Hackman
danabhack
Offline Send Email
Jan 31, 2005
10:01 pm
512
Hi, I've also been running into major problems with the Win32 version of gamera that I downloaded and installed recently, and would like to follow the advice...
sculleyd2000
Offline Send Email
Feb 1, 2005
11:05 pm
513
Hello, I got the latest CVS version of Gamera this morning, but using the code ... from gamera.core import * from gamera import knn init_gamera() ...
Thomas Karsten
cybertoom
Offline Send Email
Feb 2, 2005
2:11 pm
514
I compiled the cvs tree yesterday using “python setup.py build --compiler=mingw32” with the Gnu c++ compiler at the Windows command prompt with out error,...
Dana Hackman
danabhack
Offline Send Email
Feb 2, 2005
3:10 pm
515
I use cygwin on Windows with MingW32 compilation, so I can assure you it does work. ... Are you using the Windows command prompt or the Cygwin shell? If so, ...
Michael Droettboom
mdboom
Offline Send Email
Feb 2, 2005
3:46 pm
516
... CVS instructions are here: http://sourceforge.net/cvs/?group_id=99328 You'll need either gcc mingw32 (as available through Cygwin), or Microsoft Visual C++...
Michael Droettboom
mdboom
Offline Send Email
Feb 2, 2005
3:48 pm
517
... Yes, and no. The documented (i.e. intended) interface has not changed, but your code seems to rely on an old bug I just fixed. If you want to initialise...
Michael Droettboom
mdboom
Offline Send Email
Feb 2, 2005
4:03 pm
518
Using the windows command prompt: I set the path environment to look first at my Python23 root for python.exe and to the cygwin/bin directory for gcc.exe. It...
Dana Hackman
danabhack
Offline Send Email
Feb 2, 2005
6:18 pm
519
... In your original post, you said there was no "Page glyphs" bar at the top of the classifier, which would be consistent with the latest version packaged...
Michael Droettboom
mdboom
Offline Send Email
Feb 2, 2005
7:03 pm
Messages 490 - 519 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help