Author Topic: Okay, is there an alternative to idle-gui for python? :-)  (Read 437 times)

Offline nymark1

  • Jr. Member
  • **
  • Posts: 25
Okay, is there an alternative to idle-gui for python? :-)
« on: April 22, 2010, 01:14:33 PM »
Hi
I miss IDLE, the gui for programming in python.
I have been looking for it using Synaptic Package Manager, but could´nt find it.
Is it available for PCLinuxOS?
Or is there a similar alternative available?
« Last Edit: April 23, 2010, 11:39:23 AM by nymark1 »

Offline nymark1

  • Jr. Member
  • **
  • Posts: 25
Re: Okay, is there an alternative to idle-gui for python? :-)
« Reply #1 on: April 24, 2010, 05:46:26 AM »
I can download the whole package from www.python.org.
But it comes as a "compressed source tarball"
or a "bzipped source tarball", and I  can´t figure out how to install any of them.
Can anyone tell me how?


Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Okay, is there an alternative to idle-gui for python? :-)
« Reply #2 on: April 24, 2010, 05:58:52 AM »
Open a terminal and type
Code: [Select]
python > type <Enter> and start scripting.

Or install eric and give it a try.


Offline nymark1

  • Jr. Member
  • **
  • Posts: 25
Re: Okay, is there an alternative to idle-gui for python? :-)
« Reply #3 on: April 24, 2010, 06:07:52 AM »
I tried installing eric.
I don´t think it is working the right way.
When I start it, there is a "glimpse" on the screen, like a window opening and closing really fast.
I will try the terminal way as soon as I come home