|
From: Matthew M. <mj...@ms...> - 2007-01-26 21:10:45
|
Hmmm... it seems I did quite a bit of tweaking to the install on my MacIntel laptop, and that was some time ago. Let me rephrase the question; Is glewpy known to work with Python 2.5 and the latest PyOpengl? Thanks, Matt On 1/18/07, Matthew Morris <mj...@ms...> wrote: > > Hello, > > I've been using glewpy for a while now, and I find it quite useful. I have > installed it on various Mac machines (intel and PPC) running python2.4and/or > python2.5. > > I just updated my workstation (PPC mac os 10.4.8) to Python 2.5, glew > 1.3.5, pyrex 0.9.4.1, and glewpy 0.7.4. The install went pretty well, but > when I type > > from glew import * > > at the python prompt, I get missing symbol errors (see below) in glew.so. > I've been scratching my head and can't see what I've done wrong. Any > thoughts? > > Thanks, > Matt > > File > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/glew/__init__.py", > line 18, in <module> > from glew import * > ImportError: > dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/glew/glew.so, > 2): Symbol not found: _glewInit > Referenced from: > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/glew/glew.so > > Expected in: dynamic lookup > > -- Matthew Morris, Graduate Student Mississippi State University Department of Computer Science and Engineering P.O. Box 1944 MSU, MS 39762 (662) 312-7874 Mat...@ac... |