Page 1 of 1

Python Editor

PostPosted: 06 Jan 2009, 16:12
by Taellik
Billb,

Since you been playing with python...what source editor/ IDE do you use?

I did the Add/Remove and put Eric on my PS3 for python. I've not had a chance to do much with it to see how it performs, etc.

Taellik
http://www.geocities.com/chainpunch

Re: Python Editor

PostPosted: 06 Jan 2009, 17:16
by billb
eric is the one I use ... seems to work fine, though there are many options I don't yet use or even know what they do.

Re: Python Editor

PostPosted: 10 Jan 2009, 05:44
by CronoCloud
I've used idle, which is included with python itself, run it with:
Code: Select all
python2.4 /usr/lib/python2.4/idlelib/idle.py


Ron Rogers Jr. (CronoCloud)

Re: Python Editor

PostPosted: 10 Jan 2009, 15:16
by billb
Ah, thanks -- I haven't even tried idle yet.

Re: Python Editor

PostPosted: 13 Feb 2009, 23:04
by billb
Finally got around to trying idle... :D I had to install tkinter before it would work. (yum install tkinter)
tkinter.ppc 2.4.3-21.ydl6.1 base

The Tkinter (Tk interface) program is an graphical user interface for
the Python scripting language.

You should install the tkinter package if you'd like to use a graphical
user interface for Python programming.