installing idle on Suse Linux 6.4

brett kraabel bkraabel at hotmail.com
Tue Aug 8 14:32:39 EDT 2000


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 at linux:/opt/Python-1.5.2/Tools/idle > idle
bash: idle: command not found
bkraabel at 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 at 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 at 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





More information about the Python-list mailing list