Hello! I've started getting weird error message after running webpy
powered website.
Everything worked just fine, but after 18 days it broke up with error
per every request.

The error message is the same every time:

[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] Traceback (most
recent call last):
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1]   File "/home/
dw0rm/webapps/khrutsky/lib/python2.5/web.py-0.31-py2.5.egg/web/
application.py", line 209, in process
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1]     return p
(lambda: process(processors))
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1]   File "/home/
dw0rm/webapps/khrutsky/lib/python2.5/web.py-0.31-py2.5.egg/web/
application.py", line 536, in processor
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1]     h()
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1]   File "/home/
dw0rm/webapps/khrutsky/lib/python2.5/web.py-0.31-py2.5.egg/web/
application.py", line 603, in __call__
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1]     self.check
(mod)
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1]   File "/home/
dw0rm/webapps/khrutsky/lib/python2.5/web.py-0.31-py2.5.egg/web/
application.py", line 617, in check
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1]     reload(mod)
[Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] TypeError: reload
() argument must be module

Have you guys got any clue, what might be wrong with my setup, or is
it a webpy issue?
--~--~---------~--~----~------------~-------~--~----~
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