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.
somepythonprogram.py
python2.5 somepythonprogram.py