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 to share photos of your group with the world? 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 1598 - 1627 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1598
Hallo, just tried gamera on a linux system with wxPython 2.5 preinstalled. Although the compilation of gamera went smoothly, it stopped on strtup because of...
Christoph Dalitz
christofero2002
Offline Send Email
Feb 15, 2008
2:26 pm
1599
2.5 is an unstable development series (wxWidgets follows a Linux-like version numbering scheme). I also recall that it had many problems on OS-X in...
Michael Droettboom
mdboom
Offline Send Email
Feb 15, 2008
2:50 pm
1600
Dear all, our student Colin Baumgarten has implemented two editing algorithms for kNN classifiers within his diploma work: Hart's "condensed nearest neighbor"...
Christoph Dalitz
christofero2002
Offline Send Email
Feb 26, 2008
1:17 pm
1601
Hallo, did anyone manage to install matplotlib on OS X 10.4? On my system the compilation always runs into a problem with the freetype headers, which it says...
Christoph Dalitz
christofero2002
Offline Send Email
Feb 28, 2008
1:39 pm
1602
I have very little experience with matplotlib on OS X. Your experience sounds very similar to some recent discussions on its mailing list recently, however....
Michael Droettboom
mdboom
Offline Send Email
Feb 28, 2008
1:57 pm
1603
Am Thu, 28 Feb 2008 08:57:47 -0500 ... Incidentally someone mentioned on the mailing list that Leopard has freetype preinstalled. So I have search for it on my...
Christoph Dalitz
christofero2002
Offline Send Email
Feb 28, 2008
2:51 pm
1604
Hallo, while testing the MusicStaves toolkit with python 2.5 and wxPython 2.8., I obtain an error from from wxPython import * It seems that it should now read...
Christoph Dalitz
christofero2002
Offline Send Email
Feb 28, 2008
3:44 pm
1605
Hi, ... See the section "The wx Namespace" in the wxpython migration guide: http://www.wxpython.org/migrationguide.php In short, along with the change of the...
Colin Baumgarten
colin12379
Offline Send Email
Feb 28, 2008
4:02 pm
1606
Am Thu, 28 Feb 2008 17:02:31 +0100 ... Thanks! Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Feb 28, 2008
4:24 pm
1607
Hallo, while playing around with the gamera_gui on MacOS X (python 2.5 and wxPython 2.8), I have noticed that the image display is much slower than under Linux...
Christoph Dalitz
christofero2002
Offline Send Email
Feb 29, 2008
11:18 am
1608
Hallo, while trying to build gamera (latest svn) on a Linux system without PIL installed, I obtain the error Python Imaging Library module Image could not be...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 14, 2008
9:16 am
1609
That's definitely unintentional... It's meant to be optional. I'm traveling at the moment, but can look at this when I'm back. Mike ... -- Michael Droettboom...
Michael Droettboom
mdboom
Offline Send Email
Mar 14, 2008
1:12 pm
1610
Hi, I am trying to optimize a classifier with Biollante as described in the tutorial. I work on OS X, python 2.4 and wx 2.8. When opening the file, I get the...
newbiog
Offline Send Email
Mar 14, 2008
1:56 pm
1611
Am Fri, 14 Mar 2008 13:56:55 -0000 ... Thanks for finding this. It looks for the non existent menu entry "Open". I have removed these two lines and now it...
Christoph Dalitz
christofero2002
Offline Send Email
Mar 14, 2008
2:21 pm
1612
Hallo, there is a documentation issue with the current svn version. When I run gendoc.py on MacOS X (python 2.3.5) it stops at the Draw documentation and says...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 11, 2008
2:52 pm
1613
On Fri, Apr 11, 2008 at 10:54 AM, Christoph Dalitz ... I've never generated docs on a Mac, so you're probably the first to run into it. You could do something...
Michael Droettboom
mdboom
Offline Send Email
Apr 11, 2008
3:39 pm
1614
... Thanks, this did the trick. ... It seems that the problem is the use of teh function decorator @staticmethod. I am on a system with python 2.3, which uses...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 11, 2008
6:33 pm
1615
def foo(): pass foo = staticmethod(foo) The new '@' decorator syntax was added in Python 2.4. Cheers, Mike On Fri, Apr 11, 2008 at 2:34 PM, Christoph Dalitz ...
Michael Droettboom
mdboom
Offline Send Email
Apr 11, 2008
6:47 pm
1616
... Does this syntax also work in newer Python versions? Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 11, 2008
6:51 pm
1617
On Fri, Apr 11, 2008 at 2:52 PM, Christoph Dalitz ... Yes. It's really just a function call. -- Michael Droettboom http://www.droettboom.com/...
Michael Droettboom
mdboom
Offline Send Email
Apr 11, 2008
7:07 pm
1618
Dear all, as the last file releases are rather old, I have now uploaded two new file releases for the sources both of gamera and the skeleton toolkit. Anyone ...
Christoph Dalitz
christofero2002
Offline Send Email
Apr 14, 2008
8:38 pm
1619
Hallo, just fixed errors in rotate() and pad_image() that limited the rotate() function to a very narrow angle range and had let it crash on all other angles. ...
Christoph Dalitz
christofero2002
Offline Send Email
May 5, 2008
3:01 pm
1620
Dear all, in a course on document image analysis at our university, I am currently heavily using Gamera, which has turned out to be an ideal tool for this...
Christoph Dalitz
christofero2002
Offline Send Email
May 9, 2008
8:50 am
1621
I'm working through some long-standing build annoyances. One of them is that the build's "staging directory" (e.g. build/lib.linux.2.5) doesn't include any...
Michael Droettboom
mdboom
Offline Send Email
May 25, 2008
2:15 pm
1622
... OSX 10.4 came with Python 2.3, so it would be nice, if Python 2.3 were still supported. I am not sure whether upgrading to a newer Python version on Tiger ...
Christoph Dalitz
christofero2002
Offline Send Email
May 25, 2008
8:39 pm
1623
I ultimately decided to do something different according to the Python version. On 2.3, it will be impossible to generate the docs from a non-installed copy...
Michael Droettboom
mdboom
Offline Send Email
May 25, 2008
9:01 pm
1624
Hallo, apparently a recent change in include/gameramodule.hpp has broken compilation with python 2.4: inline PyObject* get_module_dict(const char* module_name)...
Christoph Dalitz
christofero2002
Offline Send Email
May 26, 2008
9:09 am
1625
It will be necessary in a future version of gcc (probably 4.4). I've gone through and made some changes that should hopefully work with both Python2.4 and...
Michael Droettboom
mdboom
Offline Send Email
May 26, 2008
11:47 am
1626
Am Mon, 26 May 2008 07:47:35 -0400 ... Works now with Python 2.4 and Python 2.5. Thanks, Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
May 27, 2008
8:22 am
1627
Hallo, is there a way in a directed, acyclic graph to check for a given node whether it has incoming edges? I have only seen the method BFS, but this will only...
Christoph Dalitz
christofero2002
Offline Send Email
May 28, 2008
10:32 am
Messages 1598 - 1627 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