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.

classification
Title: tkinter fails to import
Type: resource usage Stage:
Components: Tkinter Versions: Python 3.1
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: loewis, python.noob
Priority: normal Keywords:

Created on 2009-10-30 06:30 by python.noob, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg94697 - (view) Author: Jebagnanadasa (python.noob) Date: 2009-10-30 06:30
import _tkinter # If this fails your Python may not be configured for Tk

I'm using python3 in linux. In windows tkinter is working fine but in
mandriva linux spring 2009 it fails to import. Can you please tell me
step-by-step on how to fix this issue? In python3.1 home page the
description is not clear or it can't be understood by the beginner. As
i'm a beginner for programming python in linux please help me out. I
want to know what is the thing i missed during installation. I've done
the things correctly as mentioned in the python readme text inside the
python3.1 tarball file. While searching the net i found out that if i
want to fix this issue i've to uninstall and install it again. what
should i do now?
msg94698 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2009-10-30 07:21
Please understand that this tracker is not a place to obtain help. Use
python-list@python.org (news:comp.lang.python) instead.
History
Date User Action Args
2022-04-11 14:56:54adminsetgithub: 51490
2009-10-30 09:23:30python.noobsetstatus: open -> closed
2009-10-30 09:22:25python.noobsetstatus: closed -> open
2009-10-30 07:21:03loewissetstatus: open -> closed

nosy: + loewis
messages: + msg94698

resolution: not a bug
2009-10-30 06:30:55python.noobcreate