How to investigate web script not running?

Ramchandra Apte maniandram01 at gmail.com
Sat Sep 29 13:05:25 EDT 2012


On Friday, 28 September 2012 18:45:41 UTC+5:30, Gilles  wrote:
> On Fri, 28 Sep 2012 14:16:22 +0200, "Michael Ross" <gmx at ross.cx>
> 
> wrote:
> 
> >Do it the other way around:
> 
> >
> 
> ># cgitb before anything else
> 
> >import cgitb
> 
> >cgitb.enable()
> 
> >
> 
> ># so this error will be caught
> 
> > from fcgi import WSGIServer
> 
> 
> 
> Thanks much for the tip. The error isn't displayed when calling the
> 
> script from a web browser but it is when running the script on a shell
> 
> account.
> 
> 
> 
> It looks like that newer version of fcgi.py doesn't include support
> 
> for WSGI, and I need some extra (Flup?) software to sit between
> 
> mod_fcgid and a WSGI Python application.
> 
> 
> 
> Definitely not plug 'n play :-/

Well the plug and play standard is superseded by USB practically.



More information about the Python-list mailing list