> The apache log files say that the script dispatch.fcgi ended prematurely. I
> am unable to figure out the problem. Please help.


Which probably means the dispatch.fcgi is not executable.
Make sure it is executable and #! /usr/bin/env python is added in the first
line.

You should be able to verify that by running the script from command line as
./dispatch.fcgi.

Anand
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to