As Graham says, Werkzeug includes one which works very nicely http://werkzeug.pocoo.org/docs/debug/
The best thing is it provides a javascript "console" for inspecting saved frames and running Python code. I love it and can't imagine working without it sometimes. Aiden On Jun 29, 1:20 pm, Daniela Hasenbring <[email protected]> wrote: > Hi, > > if there are errors in my python scripts as for example an indentation > error, I only see a "Internal Server Error" Page when requesting the > site. > > Is there any way to get the actual error message instead of the > Internal Server Error? This would make things much easier... > > Thanks, > Daniela -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
