[PyOpenGL-Users] Continued problems with PyOpenGL 2.0.1.04 on Mac OS X with (fink) Python 2.3
Brought to you by:
mcfletch
From: Richard M. <rp...@wa...> - 2003-05-12 17:07:29
|
I upgraded my Python to 2.3b over the weekend to try and fix the problems that were reported on this list last week (the problem was that Python 2.2 couldn't load multiple __init___.so files). Now I'm getting a different problem: Traceback (most recent call last): File "xyz_render_ogl.py", line 10, in ? from BallStickOGL import Scene File "/Users/rpm/Python/BallStickOGL.py", line 11, in ? from OpenGL.Tk import * File "/sw/lib/python2.3/site-packages/OpenGL/Tk/__init__.py", line 81, in ? _default_root.tk.call('package', 'require', 'Togl') _tkinter.TclError: can't find package Togl Does anyone have any suggestions for hacking around this? R. Rick Muller rp...@wa... http://wag.caltech.edu/home/rpm |