|
[code:1]
[bibby@Magic ~]$ python
Python 2.3.3 (#1, Mar 17 2004, 17:08:26)
[GCC 3.3.3 20040216 (Red Hat Linux 3.3.3-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 38, in ?
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtix8.1.8.3.so: cannot open shared object file: No such file or directory
>>>
[/code:1] |
|