Gentoo Archives: gentoo-dev

From: "Tod M. Neidt" <tneidt@××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Python 2.2
Date: Fri, 04 Jan 2002 02:23:00
Message-Id: 1010132890.1089.14.camel@Q.neidt.net
In Reply to: Re: [gentoo-dev] Python 2.2 by Terje Kvernes
1 On Fri, 2002-01-04 at 01:34, Terje Kvernes wrote:
2
3 > for the record, Numeric and wxPython would be very neat to have in
4 > the standard portage tree. I've had to battle it out with it now and
5 > then, and installing it under different circumstances ain't always
6 > that fun.
7 >
8 Hi!
9
10 You can find the Numeric-20.3.ebuild on the gentoo-ebuild mailing list.
11 My wxPython ebuild works fine except if you want to us it with opengl,
12 it then requires PyOpenGL for full functionality, i.e. wxCanvas. The
13 PyOpenGL ebuild has been giving me problems due to incompatible
14 declarations in gl.h (opengl header). I think this is related to my
15 using the nvidia opengl. If you like, I can post these, if you want to
16 give it a try. That would be especially interesting to me if you
17 *don't* use the nvidia stuff. I'd like to know if it compiles against
18 the mesa opengl.
19
20 tod