On Mon, 11 Feb 2013 22:30:45 +1100, Chris Angelico <ros...@gmail.com>
wrote:
>Try running python2.6 -V
>
>Your shebang line says that it's looking for a program named
>"python2.6", which is quite probably not the same as the one named
>just "python".

Indeed, they have two versions of Python installed:

# python2.6 -V
Python 2.6.4

# python -V
Python 2.4.3

I'll make sure to use 2.6.

Thank you.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to