setup.py question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric Texier

    setup.py question

    I am trying to install PyOpenGL for python2.3.
    Everything seems to compile OK until it stop with a warning error.

    warning: error while loading Togl.so: can't find package Tk 8.1

    Togl.so is built.
    I have tcl-8.3.5-88 and tk-8.3.5-88
    I printed in togl_setup.py
    [color=blue][color=green][color=darkred]
    >>>print Togl,tk.getvar( 'tk_version')[/color][/color][/color]
    Togl-1.6 8.3

    Any idea why Togl.so is looking for Tk 8.1 instead of Tk 8.3
    Thanks for your help.

    version of PyOpenGL: PyOpenGL-2.0.1.05

    last few line before the error...
    creating /usr/lib/python2.3/site-packages/OpenGL/Tk/linux2-tk8.3
    copying build/Togl-1.6-tk8.3/Togl.so ->
    /usr/lib/python2.3/site-packages/OpenGL/Tk/linux2-tk8.3
    warning: error while loading Togl.so: can't find package Tk 8.1



Working...