> Can you check if this folder was created?
> /data/domains/web2py/applications/Boatintra
No it was not created.
> if not it is a file permission issue. What os? was it a binary
distribution of web2py?
Linux, source. All files permissions apache:web2py. I tried to change
file permissions of the applications directory to 777 but no luck.
Kenneth
On Nov 12, 5:30 pm, Kenneth Lundström<kenneth.t.lundst...@gmail.com>
wrote:
Just installed the newest version of web2py (1.89.1) and tested the
wizard to create a new appl.
I came to step 6 when I got a error.
Version
web2py Version 1.89.1 (2010-11-12 15:14:36)
Python
Traceback
Traceback (most recent call last):
File "/data/domains/web2py/gluon/restricted.py", line 188, in restricted
exec ccode in environment
File "/data/domains/web2py/applications/admin/controllers/wizard.py",
line 571, in ?
File "/data/domains/web2py/gluon/globals.py", line 96, in<lambda>
self._caller = lambda f: f()
File "/data/domains/web2py/applications/admin/controllers/wizard.py",
line 200, in step6
create(form.vars)
File "/data/domains/web2py/applications/admin/controllers/wizard.py",
line 488, in create
file=open(meta,'wb')
IOError: [Errno 2] No such file or directory:
'/data/domains/web2py/applications/admin/../Boatintra/wizard.metadata'
What more info do you need to find the error?
Kenneth