PDA

View Full Version : Python IDE for N800


azule
05-10-2007, 12:03 PM
Ok, someone has almost certainly asked this before, but I've been asleep at the wheel.

What do you use for python dev on the n800? I suppose I could use vi, but I would really really really rather not.

Thoughts?

fpp
05-10-2007, 01:29 PM
I use Scite, just like on the desktop.

spiderx
05-10-2007, 03:08 PM
does it even work on the n800? I tried to install it and it says it's not compatible.

aleksandyr
05-10-2007, 03:12 PM
When I have to, I use nano to edit basic Python scripts.

You're far better off with Eclipse and PyDev --- you can even configure it to synchronize out to your N800 via SFTP.

azule
05-10-2007, 03:13 PM
I'd love to use Scite, pleasant editor... Couldn't find it on my quick look about... Repository?

spiderx
05-10-2007, 03:26 PM
I don't think we are looking at quick script editing. I need a good IDE to develop python apps on this thing. Source hilighting, auto complete, bracket matching, the whole bit.

fpp
05-10-2007, 03:37 PM
does it even work on the n800? I tried to install it and it says it's not compatible.
I don't know, I only use it on my 770. Can't check either, maemo.org seems down ATM.

fpp
05-10-2007, 03:38 PM
I don't think we are looking at quick script editing. I need a good IDE to develop python apps on this thing. Source hilighting, auto complete, bracket matching, the whole bit.
Well, SciTe does most, if not all of that. I don't call this sort of thing an IDE, just a good editor :-)

HuangShan
05-10-2007, 03:54 PM
One hint more:
try IPython (http://ipython.scipy.org/moin/Documentation). It works on my N800. It is not an editor but a nice interactive python shell. To get an idea start with Quick Tips (http://ipython.scipy.org/doc/manual/node4.html). Dig it !

HuangShan
05-10-2007, 04:04 PM
WRT SciTE: I have the Version 1.7l-2 installed.
Question: How do I reach all the Ctrl-Keys using the (really broken in this respect) OnScreenKeyboard ??
Nokia, please fix it !!!

steffen800
05-14-2007, 06:41 PM
hi,
IPython sounds interesting. there are versions for mac os, windows and cygwin. which to use for n800? or is it mainly os-independend since it is written in python itself?
what have i to do get it work on n800?
thank you,
steffen (python newbie)


One hint more:
try IPython (http://ipython.scipy.org/moin/Documentation). It works on my N800. It is not an editor but a nice interactive python shell. To get an idea start with Quick Tips (http://ipython.scipy.org/doc/manual/node4.html). Dig it !