Install a lower version of python with synaptic or new package manager and use python2.X web2py ... (replace X by the python version you pick) to start web2py.
Richard On Wed, Apr 11, 2012 at 11:30 AM, praveen krishna < [email protected]> wrote: > I have python 2.7.2 in my system I think its not compatible how to make my > web2py compatible to my python. > > > On Wed, Apr 11, 2012 at 5:23 PM, Richard Vézina < > [email protected]> wrote: > >> Maybe your python version is not fully compatible with web2py, since you >> use the installed python version... You should check which version of >> python is installed. >> >> import sys >> sys.version_info >> >> I ran web2py under (2, 6, 5, 'final', 0) and Ubuntu server LTS with no >> problem. >> >> >> Richard >> >> On Wed, Apr 11, 2012 at 11:06 AM, praveen krishna < >> [email protected]> wrote: >> >>> 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? >>> >>> >> >

