I'm trying to install Quixote and run the demo.py, but it is failing
for some unknown reason. Here is the error I get (Python 2.3 on Mac OS
X 10.3):
Traceback (most recent call last):
File "/Library/WebServer/CGI-Executables/demo.cgi", line 24, in ?
app.publish_cgi()
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-packages/quixote/publish.py", line 566, in publish_cgi
f = fcgi.FCGI() File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-packages/quixote/fcgi.py", line 243, in __init__
self.conn, addr = _sock.accept()
socket.error: (22, 'Invalid argument')
Exception exceptions.AttributeError: "FCGI instance has no attribute
'err'" in > ignored
Kevin Smith
Kevin.Smith@sas.com