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 py.user
Date 2010-04-28.01:47:33
SpamBayes Score 2.3400773e-08
Marked as misclassified No
Message-id <1272419255.64.0.530413038247.issue8555@psf.upfronthosting.co.za>
In-reply-to
Content
[guest@station ~]$ python3
Python 3.1.2 (r312:79147, Apr 28 2010, 11:57:19)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+2
3
>>> import tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  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: No module named _tkinter
>>>
History
Date User Action Args
2010-04-28 01:47:36py.usersetrecipients: + py.user
2010-04-28 01:47:35py.usersetmessageid: <1272419255.64.0.530413038247.issue8555@psf.upfronthosting.co.za>
2010-04-28 01:47:34py.userlinkissue8555 messages
2010-04-28 01:47:33py.usercreate