Re: pyhon "idle shell"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux