Bugs item #1906626, was opened at 2008-03-03 18:19
Message generated for change (Comment added) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1906626&group_id=5988
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Kenneth Evans (kennethevans)
>Assigned to: Mike C. Fletcher (mcfletch)
Summary: Error in __init__.py for Tk
Initial Comment:
Line 82 should be:
_default_root.tk.call('lappend', 'auto_path', TOGL_DLL_PATH)
Without this change:
Z:\>python
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenGL.Tk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "c:\python25\lib\site-packages\PyOpenGL-3.0.0b1-py2.5.egg\OpenGL\Tk\__ini
t__.py", line 87, in <module>
_default_root.tk.call('package', 'require', 'Togl')
_tkinter.TclError: can't find package Togl
>>>
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2008-07-19 20:45
Message:
Logged In: YES
user_id=34901
Originator: NO
Fixed in current CVS, looks like a simple editing error
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1906626&group_id=5988
|