Hi,
I'm having this errror when I try to run "import _tkinter" in python
Python 2.2.2 (#1, Apr 5 2007, 12:58:53)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-47)] on linux2
Type "help", "copyright" , "credits" or "license" for more information.
>>> import ZSI
>>> import _tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.2/lib-dynload/_tkinter.so: undefined symbol: PyUnicodeUCS4_A sUTF8String
I'm having this errror when I try to run "import _tkinter" in python
Python 2.2.2 (#1, Apr 5 2007, 12:58:53)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-47)] on linux2
Type "help", "copyright" , "credits" or "license" for more information.
>>> import ZSI
>>> import _tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.2/lib-dynload/_tkinter.so: undefined symbol: PyUnicodeUCS4_A sUTF8String
Comment