Re: python Noob - basic setup question / problem

2006-12-04 Thread Bjoern Schliessmann
Lilavivat wrote: > /usr/bin/python2: bad interpreter: No such file or directory > > "which python" gives me "/usr/local/bin/python" > > "which python2.4" gives me "/usr/local/bin/python2.4" > > But /usr/bin/python is symlinked to python2.4 "python -> > python2.4" Try to understand what "which"

Re: python Noob - basic setup question / problem

2006-12-04 Thread Christophe
Lilavivat a écrit : > Running SUSE 10.1 on an AMD64. When I try and run a python program I get > the following error: > > /usr/bin/python2: bad interpreter: No such file or directory > > "which python" gives me "/usr/local/bin/python" > > "which python2.4" gives me "/usr/local

python Noob - basic setup question / problem

2006-12-04 Thread Lilavivat
Running SUSE 10.1 on an AMD64. When I try and run a python program I get the following error: /usr/bin/python2: bad interpreter: No such file or directory "which python" gives me "/usr/local/bin/python" "which python2.4" gives me "/usr/local/bin/python2.4" But /