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...
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: ...
... 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,...
... 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...
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,...
Hallo, I would like to add an "Uninstallation" section to the musicstaves toolkit docs. As uninstallation simply means to remove the toolkits/musicstaves...
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...
... 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...
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...
... 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, although your example given below should make it easy to use a 'ChoiceString', could you please add 'ChoiceString' to the documentation of Gamera, if...
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...
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...
... 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...
... 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...
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 ...
... 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 ...
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 ...
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...
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,...
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, ...
... 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++...
... 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...
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...
... 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...