... I forgot that distutils provides many different ways to set the installation destination. It worked for me with --prefix=, but maybe you used --home=?...
On Fri, 01 Apr 2005 07:32:48 -0500 ... When installing with --prefix=~/python, I cannot even start gamera_gui because it cannot find the gamera modules. I have...
... Hmm... I just ran through everything again. Below are the things that worked for me. Perhaps you didn't clear the ~/python tree before changing from...
Hallo, here is a bug report and a more intricate question concerning knnInteractive. ... It seems that the constructor knn.kNNInteractive tries to parse...
On Mon, 04 Apr 2005 08:37:58 -0400 ... I did clear it and reinstalled thereafter. I have however not recompiled from scratch, but installed form the already...
... This isn't really a bug. It's more of an undocumented feature... Gamera does accept commandline arguments for various options, and they are parsed by the...
I think I found the *real* explanation... Most importantly, the Feb 02 version is not really broken. Basically, both versions are working correctly (at least...
OS-X users should be happy about this (see below from the wxPython mailing list). wxWidgets 2.6.0 will have working native Cocoa support, and should be...
... Sorry. I didn't copy and paste from the console into the e-mail. PYTHONPREFIX is just a figment of my auto-piloting fingers ;) ... I would suspect the...
On Mon, 04 Apr 2005 13:30:21 -0400 ... This is good news. As we are using Gamera both on OSX and Debian, I wonder whether this requires a dist-upgrade on...
... Thanks for the explanation. I had not thought of the tie problem because I was not aware that feature values of different symbols are so often exactly...
... It really depends on the features being used. For example, 'area' is just nrows * ncols. In a reasonably large database, you're bound to get duplicate...
... I still have Dasarathy's editorial review on kNN literature up to 1990 (B.V. Dasarathy: "NN Pattern Classification Techniques", IEEE Comp. Society Press...
... My gut feeling agrees with you. ... Within the kNN code already, it's more or less divided into two pieces: a) A part that runs through the database...
... Yes. Good idea. ... Sure. You're timing is very appropriate, I was just finishing putting a TODO list up on the website. I've added this to it. ...
There is now an official "TODO" list on the Gamera website. Hopefully this will help me keep track of requests better than my personal ephemeral todo list. ...
On Tue, 05 Apr 2005 16:38:12 -0400 ... From this list: Remove uses of map, filter, reduce and lambda (they will disappear in Python 2.5) ... Huh, I am shocked...
Hello everybody, unfortunately my first post to this group has to be about a bug. :-) The clipping in the plugin function draw_marker doesn't work correctly. ...
... I tested a little bit further and I noticed that this behavior only appears with the FILLED_SQUARE (3) style. All other styles work. Best regards, Florian...
... In short, they have been supplanted by list comprehensions and generator expressions, which IMO are much more readable and convenient to write. See Guido...
Hallo Michael, some time ago there have been discussions about memory leaks. It seems that I have run again into such a problem with the current cvs version. I...
I got the current cvs today and attempted a build using gcc 3.3 (python setup.py build --compiler=mingw32) Things seems to go ok until gcc starts and yields : ...
... I just compiled this on my Windows box with no problems. I even did a clean anonymous checkout from CVS. I'm using a fairly recent cygwin install -- gcc...
Hallo, although the individual howtos/overviews in Gamera's documentation are well written and comprehensive, it is often difficult to find a particular topic...