This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author py.user
Recipients brian.curtin, py.user
Date 2010-04-28.03:47:26
SpamBayes Score 0.0016510775
Marked as misclassified No
Message-id <1272426448.56.0.455648747365.issue8555@psf.upfronthosting.co.za>
In-reply-to
Content
tryed also:
[root@station python3.1]# cp /usr/lib/python2.5/lib-dynload/_tkinter.so lib-dynload

answer is:
Traceback (most recent call last):
  File "/home/guest/tmp/code/c/eclipse/pytest/src/main.py", line 4, in <module>
    import tkinter
  File "/usr/local/lib/python3.1/tkinter/__init__.py", line 39, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: /usr/local/lib/python3.1/lib-dynload/_tkinter.so: undefined symbol: _Py_ZeroStruct
History
Date User Action Args
2010-04-28 03:47:28py.usersetrecipients: + py.user, brian.curtin
2010-04-28 03:47:28py.usersetmessageid: <1272426448.56.0.455648747365.issue8555@psf.upfronthosting.co.za>
2010-04-28 03:47:27py.userlinkissue8555 messages
2010-04-28 03:47:26py.usercreate