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


Groups > comp.lang.python > #30377

Re: How to investigate web script not running?

From Gilles <nospam@nospam.com>
Newsgroups comp.lang.python
Subject Re: How to investigate web script not running?
Date 2012-09-28 14:13 +0200
Message-ID <a25b6896o9fpb97log5j1t7bnutgdaffc8@4ax.com> (permalink)
References <qq2b68p0tl7r2kqc3skdjrpo4qr642e3qd@4ax.com>
Organization Guest of ProXad - France

Show all headers | View raw


On Fri, 28 Sep 2012 13:37:36 +0200, Gilles <nospam@nospam.com> wrote:

>==============
>Internal Server Error
>
>The server encountered an internal error or misconfiguration and was
>unable to complete your request.
>==============

Looks like fcgi.py doesn't support WSGI:

Traceback (most recent call last):
File "hello.fcgi", line 2, in ?
from fcgi import WSGIServer
ImportError: cannot import name WSGIServer

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