- Code: Select all
python3
Python 3.2.2 (default, Nov 2 2011, 03:07:17)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.2/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
I have installed Python3 and Python3-Tk
I have followed the steps here, however I don't know how to edit the paths and such like it says to do.
I got on the python IRC and found that i messed something up by installing python3 from a tarball.
The lesson? Use the package manager whenever possible.



