Bad IRIX Tkinter Install : Error

sragsdale at my-deja.com sragsdale at my-deja.com
Thu Oct 5 17:38:49 EDT 2000


As per the "debugging bad Tkinter installs" part of the python.org
website, I'm having problems:

/usr/people/soren/ 60> python2
Python 2.0b2 (#4, Oct  5 2000, 12:39:44)
[GCC 2.95.2 19991024 (release)] on irix646
Type "copyright", "credits" or "license" for more information.
>>> import _tkinter
>>> import Tkinter
>>> Tkinter._test()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/tip/td/python2/lib/python2.0/lib-tk/Tkinter.py", line 3063, in
_test
    root = Tk()
  File "/tip/td/python2/lib/python2.0/lib-tk/Tkinter.py", line 1482, in
__init__
    self.tk = _tkinter.create(screenName, baseName, className)
TclError: invalid command name "tcl_findLibrary"
>>> _tkinter.TCL_VERSION
'8.0'
>>> _tkinter.TK_VERSION
'8.0'


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list