I've noticed from the archives that PyOpenGL has problems installing on
FC2. I'll briefly recap my own experience:
Fedora Core 2
linux kernel 2.6.6-1 with 8k module stack required for the nvidia
drivers
nvidia geforce 2
PyOpenGL-2.0.1.07
the "python setup install" builds & installs but with a lot of warnings,
mutterings of swig 1.3.13; my understanding was that if the wrappings
were present it didn't really matter what the installed swig version is
(1.3.19 on FC2), please do relieve me from any delusions ...
import PyOpenGL fails with a import exception
from OpenGL.GL import *
File "/usr/lib/python2.3/site-packages/OpenGL/__init__.py", line 26,
in ?
from GL.GL__init___ import __numeric_present__, __numeric_support__
File "/usr/lib/python2.3/site-packages/OpenGL/GL/__init__.py", line 2,
in ?
from GL__init__ import *
File "/usr/lib/python2.3/site-packages/OpenGL/GL/GL__init__.py", line
4, in ?
import _GL__init__
ImportError: No module named _GL__init__
Do we have a solution to this problem yet ? I'll attempt to help if a
PyOpenGL GURU can point me into the right direction.
regards
--
Thys Meintjes <th...@ne...>
--
We don't wanna go to work today
But the Lords of the Cash say nay, nay, nay!
--
The information contained in this communication is confidential and may be
legally privileged. It is solely for use of the individual or entity to whom
is addressed and others authorised to receive it. If you are not the intended
recipient you are hereby notified that any disclosure, copying, distribution
or taking of any action in reliance on the contents of this information is
strictly prohibited and may be unlawful.
This Message has been scanned for viruses and dangerous content by the NetSys
International Mail Scanner and is believed to be clean.
|