installing idle on Suse Linux 6.4
by brett kraabel other posts by this author
Aug 8 2000 12:32PM messages near this date
Re: PyGres????
|
Re: installing idle on Suse Linux 6.4
I need help installing idle on Suse Linux 6.4. Python and Tcl/Tk are (I
think) properly installed. Here's what I get when I try to run idle:
bkraabel@linux:/opt/Python-1.5.2/Tools/idle > idle
bash: idle: command not found
bkraabel@linux:/opt/Python-1.5.2/Tools/idle > idle.py
Traceback (innermost last):
File "./idle.py", line 2, in ?
import PyShell
File "./PyShell.py", line 12, in ?
from Tkinter import *
File "/usr/local/lib/python1.5/lib-tk/Tkinter.py", line 8, in ?
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
bkraabel@linux:/opt/Python-1.5.2/Tools/idle > python idle.py
Traceback (innermost last):
File "idle.py", line 2, in ?
import PyShell
File "PyShell.py", line 12, in ?
from Tkinter import *
File "/usr/local/lib/python1.5/lib-tk/Tkinter.py", line 8, in ?
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
bkraabel@linux:/opt/Python-1.5.2/Tools/idle >
can anyone help me?
Thanks, Brett
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
--
http://www.python.org/mailman/listinfo/python-list
Thread:
brett kraabel
Karl Eichwalder
Paolo G. Cantore
Karl Eichwalder
Richard Chamberlain
Alex
|