Hi all,

I have been out of the loop for a while and unable to update web.py
until today. I was using rev 165 and just updated to the latest (181)
today. Now my app crashes with the error below:

Traceback (most recent call last):
  File "/Library/WebServer/Documents/dgraham3/index.py", line 1028, in
<module>
    web.run(urls, globals(), web.reloader, session_mw)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/web/request.py", line 153, in run
    return wsgi.runwsgi(webapi.wsgifunc(webpyfunc(inp, fvars,
autoreload), *middleware))
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/web/request.py", line 126, in webpyfunc
    mod = __import__(modname(), None, None, [""])
ImportError: No module named /Library/WebServer/Documents/dgraham3/
index

The code on line 1028 is:

1027:   if __name__ == "__main__":
1028:           web.run(urls, globals(), web.reloader, session_mw)

I'm not really clear on what that means he problem is.

Thanks,

-Dougal


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