Hi,

I've just downloaded the web2py 1.91.5, run the 'NEW APPLICATION
WIZARD'
and get the following error.



=======================================
web2py™ Version 1.91.5 (2010-12-28 22:12:09)
Python  Python 2.6.1: /usr/bin/python
TRACEBACK

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
Traceback (most recent call last):
  File "/Users/kuokon/myapp/gluon/restricted.py", line 188, in
restricted
    exec ccode in environment
  File "/Users/kuokon/myapp/applications/admin/controllers/wizard.py",
line 572, in <module>
  File "/Users/kuokon/myapp/gluon/globals.py", line 95, in <lambda>
    self._caller = lambda f: f()
  File "/Users/kuokon/myapp/applications/admin/controllers/wizard.py",
line 200, in step6
    create(form.vars)
  File "/Users/kuokon/myapp/applications/admin/controllers/wizard.py",
line 489, in create
    file=open(meta,'wb')
IOError: [Errno 2] No such file or directory: '/Users/kuokon/myapp/
applications/admin/../myapp/wizard.metadata'
ERROR SNAPSHOT

<type 'exceptions.IOError'>([Errno 2] No such file or directory: '/
Users/kuokon/myapp/applications/admin/../myapp/wizard.metadata')

Reply via email to