In my Activestate Python 2.2.1 distribution, the tcl libs
are stored in c:\python22\tcl\lib. However the setup program
assumes it is in c:\python22\tcl instead.
It also assumes a wrong directory for the tk include files:
C:\python22\tcl\tk8.3\..\..\include instead of
C:\python22\tcl\tk8.3\..\include.
I managed to fix it by changing include_dirs.append()
and libs.append() calls in togl_setup.py. I was just
wondering though why the wrong directory locations
were being assumed.
Note: I'm using the PyOpenGL 2.0.44.zip distutils
distribution.
Also, I was trying to compile the CVS version but it
seems to be missing a GLE.c file (among other things).
|