2011/6/13 davidrsmorris <[email protected]>: > The patched package only produces "deposit" in web2py folder. > I then get the following fatal error message: > > Traceback (most recent call last): > File "/usr/bin/web2py", line 87, in <module> > if not > os.path.exists(module_web2py_applications):open(module_web2py_applications, > 'w').close() > IOError: [Errno 2] No such file or directory: '/home/dmorris/Downloads/ > applications/__init__.py' >
How are you launching web2py? from a shell o from the menu?, I guess you're launching it from the shell, but in a directory where you've created manually the applications directory. If not, please, tell me how are you launching it and what was in the directory previously. If it was not empty, some of the needed directories might have not been created. This is not related to the latest web2py package version, it would have happen with any previous version of it.

