Re: installing idle on Suse Linux 6.4
by Richard Chamberlain other posts by this author
Aug 8 2000 10:07PM messages near this date
Re: installing idle on Suse Linux 6.4
|
Re: installing idle on Suse Linux 6.4
Hi Brett,
I take it from your installation locations that you didn't use yast to
install. You could try scrapping your installation and then reinstall
using yast. Python and Tkinter are separate options so you'll need them
both. If I remember you'll also need to download idle and put it
somewhere logical.
On your current installation try import Tkinter, if that doesn't work
your installation is screwed in someway.
Richard
brett kraabel wrote:
>
> 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
|