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 632 - 661 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
632
... I forgot that distutils provides many different ways to set the installation destination. It worked for me with --prefix=, but maybe you used --home=?...
Michael Droettboom
mdboom
Offline Send Email
Apr 1, 2005
12:32 pm
633
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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 4, 2005
9:56 am
634
... 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...
Michael Droettboom
mdboom
Offline Send Email
Apr 4, 2005
12:38 pm
635
Hallo, here is a bug report and a more intricate question concerning knnInteractive. ... It seems that the constructor knn.kNNInteractive tries to parse...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 4, 2005
12:43 pm
636
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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 4, 2005
12:52 pm
637
... No, you shouldn't have to recompile. Cheers, Mike...
Michael Droettboom
mdboom
Offline Send Email
Apr 4, 2005
1:15 pm
638
... 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...
Michael Droettboom
mdboom
Offline Send Email
Apr 4, 2005
3:11 pm
639
... Eventially I got it to work after a complete recompile and the following settings: python setup.py install --prefix=~/python export...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 4, 2005
4:49 pm
640
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...
Michael Droettboom
mdboom
Offline Send Email
Apr 4, 2005
5:22 pm
641
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...
Michael Droettboom
mdboom
Offline Send Email
Apr 4, 2005
5:30 pm
642
... 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...
Michael Droettboom
mdboom
Offline Send Email
Apr 4, 2005
5:30 pm
643
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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 4, 2005
6:32 pm
644
... I can assure you, that is the plan. I honestly don't know how difficult that will be until it is tried. Mike...
Michael Droettboom
mdboom
Offline Send Email
Apr 4, 2005
7:02 pm
645
... 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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 4, 2005
7:20 pm
646
... 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...
Michael Droettboom
mdboom
Offline Send Email
Apr 4, 2005
7:31 pm
647
... I still have Dasarathy's editorial review on kNN literature up to 1990 (B.V. Dasarathy: "NN Pattern Classification Techniques", IEEE Comp. Society Press...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 5, 2005
9:32 am
648
... 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...
Michael Droettboom
mdboom
Offline Send Email
Apr 5, 2005
11:10 am
649
... I agree, even when the function is only called once per lookup. Is it possible to replace the function with a Python object only when a custom...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 5, 2005
7:51 pm
650
... 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. ...
Michael Droettboom
mdboom
Offline Send Email
Apr 5, 2005
8:34 pm
651
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. ...
Michael Droettboom
mdboom
Offline Send Email
Apr 5, 2005
8:38 pm
652
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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 6, 2005
6:33 am
653
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. ...
Florian Pose
flaury42
Offline Send Email
Apr 6, 2005
8:22 am
654
... 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...
Florian Pose
flaury42
Offline Send Email
Apr 6, 2005
8:32 am
655
... In short, they have been supplanted by list comprehensions and generator expressions, which IMO are much more readable and convenient to write. See Guido...
Michael Droettboom
mdboom
Offline Send Email
Apr 6, 2005
11:10 am
656
... Thanks for the bug report. Sorry your first experience was a little negative. The solution is simple (and the mistake was too ;) In...
Michael Droettboom
mdboom
Offline Send Email
Apr 6, 2005
11:22 am
657
... Oh, you can be unconcerned about that. My experiences are thoroughly positive ;-) Thank you, now it works! Regards, Florian...
Florian Pose
flaury42
Offline Send Email
Apr 6, 2005
11:30 am
658
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...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 6, 2005
3:34 pm
659
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 : ...
Dana Hackman
danabhack
Offline Send Email
Apr 6, 2005
10:02 pm
660
... 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...
Michael Droettboom
mdboom
Offline Send Email
Apr 6, 2005
11:20 pm
661
Hallo, although the individual howtos/overviews in Gamera's documentation are well written and comprehensive, it is often difficult to find a particular topic...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 7, 2005
7:52 am
Messages 632 - 661 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