PDA

View Full Version : [770] Problem: launching Python 2.5 console and python scripts


insert_nick
02-21-2007, 06:41 AM
I use a Nokia 770 with ITOS 3.2006.49-2.

I've successfully installed the Python2.5-runtime from the Application manager and the 2.5 development packages from terminal, but I'm not able to load the python console. So:

1) what should I write in xterm in order to obtain the Python 2.5 console?

2) what should I do to be able to just write "python" or "python2.5" in xterm in order to obtain the Python 2.5 console?

3) what should I do to be able to run python scripts (with pygtk and everything) without problems, i.e. set environment variables at startup, etc.?


PS: Just writing "python2.5" at the command prompt does nothing apart from saying:

/bin/sh: python2.5: not found

I can see there are "python-config" and "python2.5-config", they're the only files displayed when writing "python" and tapping on the TAB key.

fpp
02-28-2007, 01:28 PM
I'd say there's something wrong with your installation.

Did you try this after installing just the runtime, and before adding the dev package ?

insert_nick
02-28-2007, 01:56 PM
Yes you're right, I've solved uninstalling and reinstalling everything. Thanks