that's probably not the reason, since I don't have an app called
'myapp' in my 'web2py/applications/' directory.
and I've just tried to create another app called 'test', and it get
the exact same error.



On Dec 30, 11:48 am, mdipierro <[email protected]> wrote:
> This should be caught. The problem is that you creating an app with
> the same name of an existing app that was not created by the wizard.
>
> On Dec 29, 9:33 pm, kuokon <[email protected]> wrote:
>
>
>
>
>
>
>
> > 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