Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30511

Re: How to investigate web script not running?

Newsgroups comp.lang.python
Date 2012-09-29 10:05 -0700
References <qq2b68p0tl7r2kqc3skdjrpo4qr642e3qd@4ax.com> <mailman.1549.1348835893.27098.python-list@python.org> <8h7b68lk4lakmgijhqeo918e01gh7pg7d2@4ax.com>
Message-ID <7f6dc32a-1052-486a-9b5f-140e2297395d@googlegroups.com> (permalink)
Subject Re: How to investigate web script not running?
From Ramchandra Apte <maniandram01@gmail.com>

Show all headers | View raw


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@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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to investigate web script not running? Gilles <nospam@nospam.com> - 2012-09-28 13:37 +0200
  Re: How to investigate web script not running? Gilles <nospam@nospam.com> - 2012-09-28 14:13 +0200
  Re: How to investigate web script not running? "Michael Ross" <gmx@ross.cx> - 2012-09-28 14:16 +0200
    Re: How to investigate web script not running? Gilles <nospam@nospam.com> - 2012-09-28 15:15 +0200
      Re: How to investigate web script not running? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-29 10:05 -0700
        Re: How to investigate web script not running? Gilles <nospam@nospam.com> - 2012-09-30 11:55 +0200

csiph-web