Hallo, does anyone know whetehr it is possible to set the cursor busy in a callback function of a toolkit icon (definied in __init__.py of the toolkit)? After...
You may have trouble running that code before the main GUI loop has started -- I'm not sure. But from the error message, it sounds just more like wx is being...
Hallo, just fixed an error in the interactive classifier "Change set of features" dialog: the dialog is now initialized with teh currently chosen feature set,...
Hallo, just run into a strange problem on OSX 10.4 (Intel) with the native (Cocoa/Carbon) wx version: I cannot open *.xml files in the classifier. The problem...
I actually just had a question from someone at Indiana U. about exactly this. I would check on the wxWidgets mailing list for clues, as it sounds like a broken...
... Eventually I found the reason for this problem in gamera_xml.py. There the extensions are defined as: extensions = "XML files (*.xml)|*.xml*" Note the...
The trailing asterisk was there to catch gzipped XML files. (Foo.xml.gz, or Foo.xmlz). There might be a syntax to support multiple sets of wildcards which...
... Yes, this is possible with extensions = "XML files (*.xml;*.xml.gz)|*.xml;*.xml.gz" Out of curiosity I have saved a file as "bla.xml.gz" and observed that...
Hello. I would like to learn what I need to do to get the Gamera software operating on Windows. I have downloaded Python and opened the setup.py file. I...
On Mon, 26 Mar 2007 17:28:21 -0000 ... As the Windows installer on the Gamera sourceforge site is rather outdated, I have uploaded a binary installer of the...
... You can select a glyph and then just start typing the name, and press <Enter> to accept it. By turning on the auto-step modes, after classifying each...
... You can select a glyph and then just start typing the name, and press <Enter> to accept it. By turning on the auto-step modes, after classifying each...
... You can select a glyph and then just start typing the name, and press <Enter> to accept it. By turning on the auto-step modes, after classifying each...
On Wed, 28 Mar 2007 20:19:56 -0000 ... As you have installed Python 2.3 it is important to get the versions of the packages that are for exactly this Ptyhon...
On Tue, 03 Apr 2007 06:44:31 -0000 ... Your code seems ok, so there is probably a problem in the Gamera function classify_list_automatic(). What platform are...
... function ... Linux, you ... (). ... check whether ... (e.g. nrows_feature)? ... wrapper ... runs. ... Hello Christoph, thank you for your fast response! I...
On Tue, 03 Apr 2007 15:08:00 -0000 ... I hope that you do *not* use the outdated binary installer provided on the Gamera website, but have compiled the latest...
Christoph, I am trying to save a result using file->save_tiff but i am getting a RunTimeError: Failed to create image. Any ideas why? Thanks, Uma ... ...
I am doing the following in Linux, gamera 3.0.1 i am running gamera_gui i am doing for example: image = load_image("/gamera/tests/data/GreyScale_generic.png") ...
... Does the same happen when you try to save as PNG? Could you please run the attached script to see whether there is some fundamental problem with your...
... Forgot to say the following: please test the script either from the command line with "python tiff.py" and from the GUI with the command "gamera_gui -e...
Hello, I got it to work. Needed to be root as the gamera_gui was trying to save file to /usr/bin (thats where my gamera_gui script is installed). Thanks for...
... gamera-3.0.0.win32-py2.3.exe ... Hi Christoph, yes, I worked on the binary installer from the Gamera website :-| But with your installer, it works fine! ...
When you click on symbol names in the symbol tree, the text entry at the top is updated. But it doesn't get updated when you navigate the tree with keyboard. I...