Hii,
I have downloaded the source code version of web2py from
http://www.web2py.com/examples/default/download i have unzipped it and
tried to run the web2py by using the comand 'python web2py.py' but it
generating following error in terminal
Traceback (most recent call last):
File "web2py.py", line 16, in <module>
import gluon.widget
File "/home/praveen/web2py/web2py/gluon/widget.py", line 23, in <module>
import main
File "/home/praveen/web2py/web2py/gluon/main.py", line 66, in <module>
create_missing_folders()
File "/home/praveen/web2py/web2py/gluon/admin.py", line 439, in
create_missing_folders
os.mkdir(path)
OSError: [Errno 13] Permission denied: '/home/praveen/web2py/web2py/deposit'
how to resolve it?