|
From: James P. C. <ch...@cs...> - 2006-06-30 05:21:39
|
Hi,
Trying to get glewpy running with the rest of my python24 install,
which was
done under fink.
Ben Willmore kindly sent test glew-nox.info and glew-nox-py.info
files for fink
installation.
glewpy compiled and installed fine with these or so I hoped.
But when running:
140}python
Python 2.4.2 (#1, Jun 15 2006, 23:03:16)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from OpenGL.GL import *
>>> from OpenGL.GLUT import *
>>> from glew import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/sw/lib/python2.4/site-packages/glew/__init__.py", line 18,
in ?
from glew import *
ImportError: Failure linking new module: /sw/lib/python2.4/site-
packages/glew/glew.so: Symbol not found: _glewInit
Referenced from: /sw/lib/python2.4/site-packages/glew/glew.so
Expected in: dynamic lookup
Seemed like a simple loader path problem. My obvious attempts to fix
failed.
Suggestions?
Thanks,
Jim
James P. Crutchfield Professor
Computational Science & Engineering Center
Physics Department ch...@cs...
University of California cse.ucdavis.edu/~chaos
One Shields Avenue 530-752-0600 or 297-4620,
754-4885 (fax)
Davis, California 95616-8572
Center Manager: Linda Potoski lrp...@uc...; 530-754-4405
|