View Single Post
Munk's Avatar
Posts: 229 | Thanked: 108 times | Joined on Oct 2007 @ Sacramento, California
#1
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.
 

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