>>> import web
>>> urls=(
...     '/','index',
... )
>>> app = web.application(urls, globals())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "web/application.py", line 61, in __init__
    module_name = modname(fvars)
  File "web/application.py", line 53, in modname
    file, name = fvars['__file__'], fvars['__name__']
KeyError: '__file__'
>>>

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