[Pythonmac-SIG] compiling pyopengl + numeric
altern
enrike at altern.org
Fri Oct 1 16:17:04 CEST 2004
hi
i just compiled pyopngl but now when i try to import the pyOpenGL module
i get this error:
>>> import OpenGL
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "OpenGL/__init__.py", line 26, in ?
from GL.GL__init___ import __numeric_present__, __numeric_support__
File "OpenGL/GL/__init__.py", line 2, in ?
from GL__init__ import *
ImportError: No module named GL__init__
then i tried to install Numeric 23 but ii get this error
Src/lapack_litemodule.c: At top level:
Src/lapack_litemodule.c:651: warning: function declaration isn't a prototype
Src/lapack_litemodule.c:648: warning: `lapack_liteError' defined but not
used
gcc -Wl,-F. -Wl,-F. -bundle -framework Python
build/temp.darwin-7.4.1-Power_Macintosh-2.3/Src/lapack_litemodule.o
-L/usr/lib/atlas -llapack -lcblas -lf77blas -latlas -lg2c -o
build/lib.darwin-7.4.1-Power_Macintosh-2.3/lapack_lite.so
ld: warning -L: directory name (/usr/lib/atlas) does not exist
ld: can't locate file for: -llapack
error: command 'gcc' failed with exit status 1
anyone knows what am i doing wrong?
thanks
--
enrike
More information about the Pythonmac-SIG
mailing list