New error with Python/Pylons
Posted by: dave_e
Posted on: 2008-05-12 13:31:00
I've had a couple of Pylons/Python web apps running for a while now. They seem to have both failed suddenly last week.
No clear error in the error logs, but when I try and import the fcgi script in python I get this error message:
File "dispatch.fcgi", line 4, in ?
from fcgi import WSGIServer
File "/home/dave_e/lib/python2.4/site-packages/fcgi.py", line 68, in ?
import dummy_threading as threading
File "/home/dave_e/lib/python2.4/dummy_threading.py", line 50, in ?
import threading
File "/home/dave_e/lib/python2.4/threading.py", line 13, in ?
from collections import deque
ImportError: /home/dave_e/lib/python2.4/lib-dynload/collections.so: undefined symbol: _PyArg_NoKeywords
It seems like this is some change of the server setup, has anyone else experienced this?
Thanks,
Dave
Dave