|
From: Matthew M. <mj...@ms...> - 2007-01-18 22:17:04
|
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
|