Re: [Pyobjc-dev] PyOpenGL and PyObjC 2 (Leopard)
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2008-02-15 21:52:14
|
On 15 Feb, 2008, at 18:18, Daniel Casimiro wrote: > > On Fri, 2008-02-15 at 14:50 +0100, Ronald Oussoren wrote: >>> Is PyOpenGL part of the Apple supported Python/PyObjC 2 >> installation >>> on >>> Leopard? >> >> Yes. > > Where does it live? Whenever I try to import "OpenGL", the interpreter > claims that no such module exists. > > I am using a system where I installed 10.5.0 onto a brand new disk. I > upgraded to 10.5.1, and now to 10.5.2. Other Apple-installed modules, > like numpy, can be imported without any problems. You're right, OpenGL isn't present on my system either. That's rather annoying... You can build PyOpenGL from source though, using the version in the PyObjC repository. Ronald |