[PyOpenGL-Users] Solaris: need files please
Brought to you by:
mcfletch
From: Toby W. <tw...@sh...> - 2002-09-12 08:36:51
|
Hi everyone, I can get PyOpenGL-2.0.0.44 to build and install on Solaris 2.7 running Python2.3a1 compiled with gcc-3.2. I end up with some missing files, though. The end result is that if I try: python -c 'import OpenGL.GL' I get: [stack traceback ...] ImportError: No module named GL I guess it's the same problem as outlined in this post: http://sourceforge.net/mailarchive/message.php?msg_id=1361348 in item 4 i.e. I get __init___.so files in GL/ and GLU/ but no __init__.py files or GL.so or GLU.so files anywhere. I would really appreciate it if someone could e-mail me the __init__.py files so I can try them out. Alternatively, let me know which files I have to link to create GL.so and GLU.so manually. I tried a few combinations of .o files (which are all successfully created) but couldn't get either *.so to link. I'm hesitant to attach my buildlog and installog due to their size (if anyone's interested I can send them) but I couldn't find reference to either GL.so or GL's __init__.py (or GLU's). Thanks in advance, Toby -- Toby Walsh PhD Student School of Mechanical Engineering The University of Western Australia CRICOS provider no. 00126G Email: tw...@NO... |