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 980 - 1009 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
980
Hallo, just observed the following error in line 316 of draw.py: y1, x1, y2, x1, value = args result = _draw.draw_filled_rect(self, (x1, y1), (x2, y2), value) ...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 6, 2005
9:59 am
981
Thanks. It's fixed. Mike...
Michael Droettboom
mdboom
Offline Send Email
Oct 6, 2005
12:32 pm
982
Hallo, while trying to join segmented skeleton segments via an extrapolation beyond the segment ends I wonder whether there is an established robust algorithm...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 6, 2005
6:39 pm
983
... The least squares fit that's in Gamera now is modified from "Fitting Data to a Straight Line" [15.2] from Numerical Recipes in C (which is available in...
Michael Droettboom
mdboom
Offline Send Email
Oct 6, 2005
6:56 pm
984
Hallo, this is not strictly a Gamera question, but maybe someone can help me. Currently I am trying to install matplotlib on my Debian (mostly sarge) box. I...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 7, 2005
10:27 am
985
... I don't know about Debian, but on RedHat/Fedora, you need to install a "devel" package which has the headers etc. (wxGTK-devel). Also, have you tried the...
Michael Droettboom
mdboom
Offline Send Email
Oct 7, 2005
12:11 pm
986
On Fri, 07 Oct 2005 08:09:32 -0400 ... Strangely, I have installed everything, but still obtain the error message WXAgg's accelerator requires the wxPython...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 7, 2005
1:14 pm
987
... On Fedora, I've never had to, but I definitely needed the -devel RPM. I have installed it from source in tha past (when I'm tracking unstable releases)...
Michael Droettboom
mdboom
Offline Send Email
Oct 7, 2005
1:32 pm
988
On Fri, 07 Oct 2005 09:31:37 -0400 ... I have this package installed, but the header files are definitely missing. Meenwhile I have found out that this is a...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 7, 2005
2:12 pm
989
Hallo, now I tried to install matplotlib on OSX. I found a binary package on http://sda.iu.edu/projects.html, but alas, it breaks my gamer_gui! It seems to...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 7, 2005
2:37 pm
990
Yo, I've sent this to the list before, but I've been using matplotlib on osx since Mike first discovered it. The easiest way to get matplotlib on osx is to...
Robert Ferguson
gameramacdude
Offline Send Email
Oct 7, 2005
2:46 pm
991
On Fri, 7 Oct 2005 16:32:17 +0200 ... Just to provide more information on my desperate situation, the isntaller installed the following packages: ...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 7, 2005
2:49 pm
992
... Just by changing the contents of your site-packages/wx.pth file. It should contain the name of the wx directory corresponding to the version that you'd...
Michael Droettboom
mdboom
Offline Send Email
Oct 7, 2005
2:53 pm
993
... Tried this, but when I run a simple sample from the matplotlib site, I obtain the error: No module named pygtk PyGTK version 1.99.16 or greater is required...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 7, 2005
5:51 pm
994
Eek! Fink gives me nightmares. I'll try installing everything on my laptop right now and let you know how it goes. Best, Rob...
Robert Ferguson
gameramacdude
Offline Send Email
Oct 7, 2005
6:05 pm
995
Okay, you have my sympathy. It can be a pain in the butt. Some of the binaries have a version of wxpython coupled with it. I would stick with the version I...
Robert Ferguson
gameramacdude
Offline Send Email
Oct 7, 2005
9:17 pm
996
On Fri, 7 Oct 2005 17:17:37 -0400 ... This works from everywhere. But when I try to run the simple_plot.py sample from the matplotlib site, I obtain the error...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 10, 2005
6:57 am
997
... You can do this in a matplotlibrc file. See here: http://matplotlib.sourceforge.net/backends.html ... Oh, dear. They must have changed the interface on...
Michael Droettboom
mdboom
Offline Send Email
Oct 10, 2005
11:36 am
998
On Mon, 10 Oct 2005 07:36:31 -0400 ... The same happens with matplotlib0.72/gamera2/OSX and matplotlib0.84/gamera3/debian. I have used the plugin...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 10, 2005
3:11 pm
999
On Mon, 10 Oct 2005 07:36:31 -0400 ... Great! Setting the default backend to WXAgg works. Thanks, Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 10, 2005
3:22 pm
1000
I just tried it on 0.73, 0.83 and 0.84 (on different Linux and Windows boxen). I can't replicate this error anywhere. I've broken it down to the bare...
Michael Droettboom
mdboom
Offline Send Email
Oct 10, 2005
3:29 pm
1001
On Mon, 10 Oct 2005 11:27:27 -0400 ... Your script does not produce any errors. I have attached a minimal gamera_gui script that produces this error. Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 11, 2005
12:16 pm
1002
The vector your script produces contains 'inf' values (since contour_left produces infinites for rows without any black pixels.) Matplotlib fails because it...
Michael Droettboom
mdboom
Offline Send Email
Oct 11, 2005
12:52 pm
1003
... Ah, now I see that this is a perfectly sane error. Although it is a bit unexpected that a double click on an icon produces an error. ... Agreed. Just to...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 11, 2005
6:06 pm
1004
... I think we can at least do that. ... In the little bit of testing I did, it seems that it can't. But I may write to the matplotlib list to ask this...
Michael Droettboom
mdboom
Offline Send Email
Oct 11, 2005
6:25 pm
1005
Hallo, although here is not the matplotlib list, it may be that someone can help me. I am plotting some points and three lines and try to print a legend in the...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 13, 2005
2:50 pm
1006
... Just observed that the legend() command only (somewhat) works when a preceding plot command included more than one plot. Then it does not seem to be...
Christoph Dalitz
christofero2002
Offline Send Email
Oct 14, 2005
5:53 pm
1007
... ImageMagick. It's available for every Gamera platform (although it does require Cygwin on Windows). http://www.imagemagick.org Ashley...
John Ashley Burgoyne
j_a_burgoyne
Offline Send Email
Oct 14, 2005
7:11 pm
1008
TO ALL GAMERA USERS: We are considering running a Gamera workshop, co-located with Document Image Analysis for Libraries (DIAL2006) on Friday, April 28, in...
Michael Droettboom
mdboom
Offline Send Email
Oct 18, 2005
12:57 pm
1009
Great idea! I'm there. Ich...
Ichiro Fujinaga
if4156
Offline Send Email
Oct 19, 2005
2:38 am
Messages 980 - 1009 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