if __name__ == '__main__':
cmid = [session_mw, web.reloader]
web.run(urls, globals(), *cmid)
Traceback (most recent call last):
File "./code.py", line 1622, in <module>
web.run(urls, globals(), *cmid)
File "/work/p/web/request.py", line 153, in run
return wsgi.runwsgi(webapi.wsgifunc(webpyfunc(inp, fvars,
autoreload), *middleware))
File "/work/p/web/request.py", line 126, in webpyfunc
mod = __import__(modname(), None, None, [""])
ValueError: Empty module name
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---