hi all:
i am trying update webpy0.21 to 0.23,but I'm getting the following dump:
"AttributeError: 'module' object has no attribute 'urls'"
any ideas?
the error message:
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/web/webapi.py", line 312, in
wsgifunc
result = func()
File "/usr/local/lib/python2.5/site-packages/web/request.py", line 129, in
<lambda>
func = lambda: handle(getattr(mod, name), mod)
AttributeError: 'module' object has no attribute 'urls'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---