Στις 27/8/2013 3:52 μμ, ο/η Ferrous Cranus έγραψε:
I think that something iam missing in the new VPS implementation
concerning my python web page.

After: tail -F /usr/local/apache/logs/error_log &

================
[Tue Aug 27 12:49:52 2013] [error] [client 178.59.111.223] (2)No such
file or directory: exec of '/home/nikos/public_html/cgi-bin/metrites.py'
failed
[Tue Aug 27 12:49:52 2013] [error] [client 178.59.111.223] Premature end
of script headers: metrites.py
================

I do not understand what this type of error is trying to say.



Okey it was the python path (shebang that was causing this)

Now i have correct it from

/usr/local/bin/python3 => /usr/bin/python
System has beens etup this way to point directly to python 3.3.2 in the new VPS.
Admin setit up that way hwile in the old one was different.

 But i cannot overocme thjis:

[Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] Error in sys.excepthook: [Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] ValueError: underlying buffer has been detached
[Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189]
[Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] Original exception was: [Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] Traceback (most recent call last): [Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] File "/home/nikos/public_html/cgi-bin/metrites.py", line 169, in <module> [Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] cur.execute('''SELECT ID FROM counters WHERE url = %s''', page ) [Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] File "/usr/local/bin/python/lib/python3.3/site-packages/pymysql/cursors.py", line 108, in execute [Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] query = query % escaped_args [Tue Aug 27 13:02:57 2013] [error] [client 110.202.175.189] TypeError: unsupported operand type(s) for %: 'bytes' and 'str'

--
What is now proved was at first only imagined!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to