installing idle on Suse Linux 6.4

haering at informatik.tu-muenchen.de haering at informatik.tu-muenchen.de
Fri Aug 11 02:36:13 EDT 2000


In comp.lang.python, you 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:

Hi!

I have a Suse 6.4 system, too.

I asked it: rpm -qf /usr/doc/packages/python/Tools/idle/idle.py
the answer: pyth_dmo-1.5.2-97

:-)

You just have to install the standard python package and the pyth_dmo RPM.
The following command then starts IDLE - I'd suggest putting it in a
little shell script, say /usr/local/bin/idle

python /usr/doc/packages/python/Tools/idle/idle.py

HTH

Gerhard




More information about the Python-list mailing list