Personal tools
Add to Technorati Favorites


Number of visitors
since 27 March 2006
 
Document Actions

How to install IDLE on Fedora 7

Digg!

I have dabbled with Python as the development environment of my choice as it affords me a lot of flexibility. What I like most about Python is the development environment it provides which allows me to test out my code and ideas even before I compile my programs saving me a lot of effort, frustration and time. Another big plus is the graphical development environment; IDLE. Installing and configuring IDLE on Windows is a breeze. You just download and run an installable and you are done. On the other hand installing and configuring IDLE on Fedora Linux Core 6 was a painful task. At least for me.

However, the installation and configuring IDLE on Fedora 7 is extremely simple. Maybe it is because of the introduction of Python 2.5, Fedora 7 or my increased understanding of Linux and how it interacts with other applications. But the fact remains that I was able to install and configure IDLE on my Fedora 7 in less than 10 minutes in only three steps.

First you have you to install Tkinter (the graphics engine on which IDLE runs). Next you install Python-imaging (the nuts and bolts for Python graphical programming and lastly you install Python-tools which also includes IDLE. Of course all this needs to be done under root access. To install IDLE on Fedora 7 follow the steps described below.

[mukul@linux6 ~]$ su -
Password:
[root@linux6 ~]# yum install tkinter
[root@linux6 ~]# yum install python-imaging
[root@linux6 ~]# yum install python-tools


The total download size is approximately 6.4 MB so the download itself will not take a lot of time. You can shorten the installation process if you install python-tools in the first step. Linux will determine that Tkinter is a dependency and download and install it automatically. Compare it with the sleepless nights I spent trying to get IDLE to work on Fedora Core 6 and it almost seems unbelievable.

IDLE launcherOnce the installation is done, just type idle on the command prompt to launch the IDLE development environment. Or if you prefer a graphical, mouse clicking way to launch IDLE, just create a launcher (Right Click on your desktop and select Create Launcher...) with the setting as shown in the accompanying image.

The URL to Trackback this entry is:
http://www.dharwadkar.com/weblog/python_idle_001/tbping

Re:How to install IDLE on Fedora 7

Posted by Alen at Jul 12, 2007 07:26 AM

Thanks Mukul,

Was wandering where the IDLE was hiding in the repository.

-Alen

Re:How to install IDLE on Fedora 7

Posted by Anonymous User at Aug 12, 2007 01:09 PM

thanks. if you did not figure this out i would have had many sleepless nights! R

Re:How to install IDLE on Fedora 7

Posted by Anonymous User at Aug 26, 2007 11:11 PM

How do you install fedora on vista...I have a intel core2duo processor...can you pls tell me procedure for installing the fedora on vista?

Re:How to install IDLE on Fedora 7

Posted by Alan at Feb 07, 2008 12:06 PM

Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!!

I have I mention that I am thankful!!!!!

Believe it!
Alan

Re:How to install IDLE on Fedora 7

Posted by ramaseshan at May 11, 2008 06:39 PM

Glad to tell you taht the steps you've described work for Fedora 6 as well :)

Re:How to install IDLE on Fedora 7

Posted by Anonymous User at Jul 17, 2008 09:08 AM

And Fedora 8

Re:How to install IDLE on Fedora 7

Posted by Anonymous User at Sep 15, 2008 07:13 AM

nice i got it done. thanks for every one this is working with fedora 9 too with out any problem. than you again.

Re:How to install IDLE on Fedora 7

Posted by Jay at Aug 04, 2009 06:12 AM

Thank You for sharing an essential part of python environment - setting IDLE. It took me a few hours of searches to figure out that IDLE is missing from standard distros of Fedora. None of the tutorials or documentation(including python.org) ever mentioned that, and the first steps with python were rather disheartening for a newbee. Thanks to your page- once You walk me through it the IDLE was up and running in no time. Keep up the good work!

Re:How to install IDLE on Fedora 7

Posted by Jay at Aug 04, 2009 06:12 AM

worked like a charm for Fedora 10. I wonder: why setting IDLE never mentioned in official documentation? It took me a few hours of searches to figure out that IDLE is missing from standard Fedora distro. Thank god I stumbled upon your helpful page.

Re:How to install IDLE on Fedora 7

Posted by nishi2rock at Sep 17, 2009 03:34 PM

this works on Fedora 11 as well
thank you
thanks a lot

Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
(Required)

 
    This site is: