View Single Post
yerga's Avatar
Posts: 696 | Thanked: 1,012 times | Joined on Mar 2006 @ Asturies, Spain
#2
Originally Posted by Munk View Post
Hello everyone. I use to be able to type the name of a Python program that I wanted to run at a xterminal and it worked like this:
Code:
somepythonprogram.py
Now after doing an upgrade I have to preface it with "python2.5" to get it to run, such as:
Code:
python2.5 somepythonprogram.py
Plus, many of the Python programs that once worked no longer launch such as DialCentral and the newly installed mClock.

I've uninstalled Python-2.5 and re-installed it a million times. I've done "apt-get python...." a million times. I've installed Python launcher in hopes that something would get fixed but to no avail. I've also read and tried different things for hours on end and nothing seems to be fixing it.
What's the output running "python"?

What's the output if you run "python /usr/bin/mClock"?

From the terminal, I mean.

Also, it would be useful if you upload the file created with:
"dpkg -l python* > /media/mmc2/installed_python_packages.txt"
__________________
Daniel Martín Yerga
maemo.org profile
Twitter

Last edited by yerga; 2008-10-31 at 10:35. Reason: correcting the mclock executable name
 

The Following User Says Thank You to yerga For This Useful Post: