KenT
Posts: 758
Joined: Tue Jan 24, 2012 9:30 am
Location: Hertfordshire, UK
Contact: Website

IdleX - Lightweight IDE for Python

Thu Mar 28, 2013 8:02 am

I've just tried IdleX on the Pi. Its an extension for Idle which gives lots of extra facilities including three I really wanted:

- Line numbers
- Multiple tabs
- execution of lines or sections of code in context

and it seems just as quick as Idle, certainly much quicker than Geany which is nice but very laggy when typing. Seems OK on Windows7 as well

Its easy to install, get it here - http://idlex.sourceforge.net/
Pi Presents - A toolkit to produce multi-media interactive display applications for museums, visitor centres, and more
Download from http://pipresents.wordpress.com

maxPiCR
Posts: 1
Joined: Sun Sep 29, 2013 11:28 am

Re: IdleX - Lightweight IDE for Python

Sun Sep 29, 2013 11:38 am

I tried IdleX on the Pi too, but it only works on Python 2 but not Python 3. In other words, if I start it up like this it works:

$ python idlex.py

But like this, it gives errors and doesn't start:

$ python3 idlex.py

Any suggestions?

Return to “Python”