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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1311 - 1340 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1311
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...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 1, 2007
8:46 pm
1312
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...
Michael Droettboom
mdboom
Offline Send Email
Mar 1, 2007
9:09 pm
1313
On Thu, 1 Mar 2007 16:08:57 -0500 ... That was the problem indeed. I had used from wxPython import wx but it must be import wx Thanks, Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 2, 2007
8:54 am
1314
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,...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 9, 2007
1:38 pm
1315
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...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 9, 2007
8:13 pm
1316
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...
Michael Droettboom
mdboom
Offline Send Email
Mar 9, 2007
8:47 pm
1317
... 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...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 9, 2007
8:59 pm
1318
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...
Michael Droettboom
mdboom
Offline Send Email
Mar 9, 2007
9:05 pm
1319
... 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...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 10, 2007
7:29 pm
1320
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...
paulhosh
Offline Send Email
Mar 26, 2007
5:43 pm
1321
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...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 27, 2007
6:43 am
1322
... software ... setup.py ... outdated, ... links ... niederrhein.de/~dalitz/data/projekte/psaltiki/#software-bin ... gamera stuff ... its "Scripts" ... what ...
paulhosh
Offline Send Email
Mar 28, 2007
8:20 pm
1323
... 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...
Michael Droettboom
mdboom
Offline Send Email
Mar 28, 2007
11:23 pm
1324
... 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...
Michael Droettboom
mdboom
Offline Send Email
Mar 29, 2007
12:09 am
1325
... 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...
Michael Droettboom
mdboom
Offline Send Email
Mar 29, 2007
7:55 am
1326
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...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 29, 2007
10:47 am
1327
Hello, I want to use GAMERA for my testautomation. Therefor I have to recognize text from an image for many times. Sometimes I have to call the...
jensoertel
Offline Send Email
Apr 3, 2007
6:44 am
1328
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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 3, 2007
7:33 am
1329
... function ... Linux, you ... (). ... check whether ... (e.g. nrows_feature)? ... wrapper ... runs. ... Hello Christoph, thank you for your fast response! I...
jensoertel
Offline Send Email
Apr 3, 2007
3:08 pm
1330
Hi, 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 ...
uma kompella
u_kompella
Offline Send Email
Apr 3, 2007
8:45 pm
1331
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 Dalitz
christofero2002
Offline Send Email
Apr 4, 2007
6:28 am
1332
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 ... ...
uma kompella
u_kompella
Offline Send Email
Apr 6, 2007
3:53 pm
1333
... What platform? What gamera version? Could you provide a minimal sample code that produces this error? Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 6, 2007
6:24 pm
1334
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") ...
uma kompella
u_kompella
Offline Send Email
Apr 6, 2007
7:32 pm
1335
... 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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 7, 2007
8:04 am
1336
... 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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 7, 2007
6:04 pm
1337
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...
uma kompella
u_kompella
Offline Send Email
Apr 7, 2007
10:14 pm
1338
... 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! ...
jensoertel
Offline Send Email
Apr 10, 2007
6:17 am
1339
Hello! I'm new to the list. Whenever I try to edit the source code, I get: Error detected while processing modelines: line 1: E518: Unknown option:...
sshiskom
Offline Send Email
Apr 15, 2007
4:03 pm
1340
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...
sshiskom
Offline Send Email
Apr 15, 2007
7:43 pm
Messages 1311 - 1340 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