I'm trying to get webpy up and running but I'm getting hung up a bit.
Whenever I run the basic Hello World from webpy.org, I get this:
Traceback (most recent call last):
File "C:\Python\hello.py", line 7, in <module>
app = web.application(urls, globals())
AttributeError: 'module' object has no attribute 'application'
What's up with that?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---