pyhon "idle shell"

Matt H mrh2k2 at cox.net
Thu Jan 15 03:57:44 UTC 2004


On Wednesday 14 January 2004 01:14 pm, Yohann Desquerre wrote:
> idle for Python is not present in FC1. Is any one may help me on what
> the way i have to use to find it !!!!

If you have the python rpm installed you do have idle. You might need to 
install tkinter as well though.

You can run idle with the following command line:
	/usr/lib/python2.2/site-packages/idle/idle.py

Or, create a shell script in your path:
	#!/usr/bin/sh
	exec /usr/lib/python2.2/site-packages/idle/idle.py

-- 
 20:55:22  up  1:35,  5 users,  load average: 0.33, 0.12, 0.04





More information about the fedora-list mailing list