Personal tools
About this blog
This is where I maintain running notes of my thoughts

Syndicate my Blog

 Subscribe in a reader


Number of visitors since 27 March 2006
Site Meter
Add to Technorati Favorites

 
Document Actions

How to install IDLE on Fedora 7

by Mukul Dharwadkar posted at 2007-06-27 19:22 last modified 2007-06-27 19:22

MeetMeNow 14-day free trial; easy web meetings VistaPrint.com

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 2007-07-12 09:26
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 2007-08-12 15:09
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 2007-08-27 01:11
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 2008-02-07 15:06
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 2008-05-11 20:39
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 2008-07-17 11:08
And Fedora 8
Add comment

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

(Required)
(Required)

Listed on BlogShares
Recent entries
My experience with virtualization Mukul Dharwadkar 2008-06-30
Happy Father's day Mukul Dharwadkar 2008-06-16
Use the plain old notepad as your personal diary Mukul Dharwadkar 2008-05-07
Taxing time to file tax returns Mukul Dharwadkar 2008-02-29
Fedora 8 - Still not there yet Mukul Dharwadkar 2008-02-28
Recent comments
Re:Configuring Gmail POP on Lotus Notes Anonymous User 2008-08-22
Re:How to repair a broken Ubuntu Desktop installation Anonymous User 2008-08-20
Re:Configuring Gmail POP on Lotus Notes Beery 2008-07-24
Re:How to install IDLE on Fedora 7 Anonymous User 2008-07-17
Re:Google Docs does not measure up.... yet Mukul Dharwadkar 2008-07-09
Recent trackbacks
2006-11-07
2006-11-07
2006-11-07
2006-11-07
2006-11-07
« August 2008 »
Su Mo Tu We Th Fr Sa
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            
 

This site is:

Powered by Plone, the Open Source Content Management System