I can create new app now. Somehow whatever I did caused the 'web2py/NEWINSTALL' file removed but the 'welcome.w2p' was created and that's why it fails to create new application (since it depends on weblcome.w2p (?))
anyway, problem solved, thanks. On Dec 30, 12:50 pm, mdipierro <[email protected]> wrote: > I do not know what to say... I have the same os and not problem. > > Check permissions. If you have the app folder, delete it. > > On Dec 29, 10:37 pm, kuokon <[email protected]> wrote: > > > > > > > > > os: osx snow leopard > > > Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; > > root:xnu-1504.9.17~1/RELEASE_I386 i386 > > > On Dec 30, 12:15 pm, mdipierro <[email protected]> wrote: > > > > strange. what os? > > > > On Dec 29, 10:05 pm, kuokon <[email protected]> wrote: > > > > > 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')

