import gadfly causes 500 Server Error -- anyone know how to fix?

Remco Gerlich scarblac at pino.selwerd.nl
Sun Mar 10 07:04:35 EST 2002


Jerry Gitomer <jgitomer at erols.com> wrote in comp.lang.python:
> Hi,
> 
> I have an application I am porting from Python with Tkinter to
> Python on the Web.
> I built my first set of scripts by copying something that worked
> and then modifying
> one idea at a time.  Everything was fine until I tried to add a
> query into a gadfly database.
> 
> I discovered that adding the "import gadfly" statement results
> in:
> 
> 500 Server Error
> 
> The server encountered an internal error and could not complete
> your request. 
> 
> 
> Anyone have any ideas on why and how to fix?

Is gadfly installed on the server?

If not, the import is obviously going to fail...

-- 
Remco Gerlich





More information about the Python-list mailing list