durusmail: quixote-users: Quixote on MacOS X 10.1.5?
Quixote on MacOS X 10.1.5?
2002-08-14
2002-08-14
2002-08-14
2002-08-14
2002-08-14
2002-08-17
Quixote on MacOS X 10.1.5?
t e whalen
2002-08-14
> I don't recall seeing reports from anyone using Quixote on Mac OS X, so
> you're probably the first one trying it.

The following mix successfully runs the Quixote demo on my machine:

Mac OS X 10.1.5
Apache 1.3.26 (Darwin)
Python 2.2
Quixote 0.5 (CVS)

There /are/ some problems with the part of the quixote code that
identifies what kind of CGI is involved in the call.  I ended up having to
import and enable cgitb in demo.cgi to see where the problem was.

In fcgi.py, line 243 was raising a (22, 'Invalid Argument'), when using
Quixote under regular CGI.  I didn't bother figuring out why, I just
commented that part of the code out, or made sure _isFCGI was always false
or something.  Given some encouragement, I could try to figure out why it
wasn't working.  I eventually just switched to mod_fastcgi and stopped
worrying about it, returning the code to its pristine state.

tew

---
"Everything" does not include ketchup
t e whalen - tew@introvert.net - http://introvert.net/






reply