Help - Search - Members - Calendar
Full Version: Python & Idle
MandrivaUsers.org > General Help > Software
moox99
I am running Mandriva 2007.0 with Python 2.4.3 installed during installation. I cannot find Idle anywhere
on my computer. If I look at the RPM file list I don't see Idle there either. One post mentioned Idle as being in
the Tools directory, but I don't see a Tools directory. What do I need to install to have Idle?
Greg2
QUOTE (moox99 @ Jul 3 2007, 12:56 PM) *
I am running Mandriva 2007.0 with Python 2.4.3 installed during installation. I cannot find Idle anywhere
on my computer.

More Applications > Development > Development Environments > IDLE

I just remembered that 'tkinter' may not be installed by default with python on Mandriva 2007? In terminal do
CODE
rpm -qa |grep tkinter
if it's not there, do (as root)
CODE
urpmi tkinter
then you will find it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.