Why don't you have a debug enabled, if it's for local development? You can add this line to the script:
web.config.debug = True Or, alternatively, check the apache error logs, or, last but not least use web.py's internal web server to see the error. On Thu, Dec 15, 2011 at 12:22 PM, Barry <[email protected]> wrote: > I'm using Firefox and it just comes up with "internal server error". > There's no other error info. Do you think it's a problem with WSGI, or the > way I've got Apache configured? > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/webpy/-/VxqbYnJRCLMJ. > > 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/webpy?hl=en. > -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
