setup.py question
From: Eric Texier (erictexier_at_sbcglobal.net)
Date: 10/24/03
- Next message: Holger Krekel: "Re: PEP 289: Generator Expressions (please comment)"
- Previous message: John Dean: "ANN: Rekall V2.1.0 stable is released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 24 Oct 2003 05:33:00 GMT
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
>>>print Togl,tk.getvar('tk_version')
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
- Next message: Holger Krekel: "Re: PEP 289: Generator Expressions (please comment)"
- Previous message: John Dean: "ANN: Rekall V2.1.0 stable is released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|