Hi all,
I'm trying the first example in the About section of http://webpy.org/
(first one on the homepage) and getting an error that I could use a
little help debugging.
Here's the traceback and error:
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/web/webapi.py", line 312, in
wsgifunc
result = func()
File "/Library/Python/2.5/site-packages/web/request.py", line 131,
in <lambda>
func = lambda: handle(inp, fvars)
File "/Library/Python/2.5/site-packages/web/request.py", line 47, in
handle
cls = mod[cls]
TypeError: 'classobj' object is unsubscriptable
I'm on Mac OS X 10.5 using Python 2.5.1 and web.py 0.23.
Thanks for the help,
Jeff.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---