Τη Τετάρτη, 6 Μαρτίου 2013 2:06:33 π.μ. UTC+2, ο χρήστης Michael Ross έγραψε:

> check_output is available as of Python 2.7
> I guess you are still on version 2.6 ?


I can access each of these from my jailed shell user account without issue, and 
especially i try /usr/bin/python3

ni...@superhost.gr [~]# /usr/bin/python -V
Python 2.6.6

ni...@superhost.gr [~]# /opt/python3/bin/python3 -V
Python 3.2.3

ni...@superhost.gr [~]# /usr/bin/python3 -V
Python 3.2.3 


Problem is that when i change my shebang constructor to #!/sur/bin/python3 my 
'/cgi-bin/metrites.py' python cgi scripts produces an internal server error 
while with #!/sur/bin/python the script works.

Any ideas as to why? I can post ocde if you want to.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to