I am having issue with error, when I check my error log all it gives
is:

File "/home/animerei/public_html/v4/web/utils.py", line 285, in
__call__
  File "/home/animerei/public_html/v4/web/utils.py", line 312, in
re_subm
  File "/home/animerei/public_html/v4/web/request.py", line 27, in
handle
  File "/home/animerei/public_html/v4/web/request.py", line 129, in
<lambda>
  File "/home/animerei/public_html/v4/web/webapi.py", line 304, in
wsgifunc
  File "/home/animerei/public_html/v4/web/utils.py", line 285, in
__call__
  File "/home/animerei/public_html/v4/web/utils.py", line 312, in
re_subm
  File "/home/animerei/public_html/v4/web/request.py", line 27, in
handle
  File "/home/animerei/public_html/v4/web/request.py", line 129, in
<lambda>
  File "/home/animerei/public_html/v4/web/webapi.py", line 304, in
wsgifunc

And I have cgi enable as well as:

def cgidebugerror():
    _wrappedstdout = sys.stdout
    sys.stdout = web._oldstdout
    cgitb.handler()
    sys.stdout = _wrappedstdout

web.internalerror = cgidebugerror
if __name__ == "__main__": web.run(urls, globals(), web.reloader)


Anyone have any ideas on how to get the errors it spitting out?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to