My recomendation is: install the debian package: python-gluon (install too python-web2py if you want to develop , if you just want to deploy, only python-gluon is needed). Read the /usr/share/doc/python-gluon/Readme.Debian you'll only need to modify the name of your application path in the scripts that the package contains following the Readme.Debian procedures.
The python-gluon package is already in Ubuntu "oneiric" but it's more updated in Debian . The package can be installed in any Debian or Ubuntu version using python2.6 as default, it doesn't matter if your version is not "oneiric". Cheers 2011/9/21 Web2Py Freak <[email protected]>: > Hello guy , > > i switched from using windows to Ubuntu , and i am trying to install > apache+python+mod_wsgi+web2py+postgresql from scratch , so i used the > one step deployment from the book: > > wget http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh > chmod +x setup-web2py-ubuntu.sh > sudo ./setup-web2py-ubuntu.sh > > so i have web2py now in home/www-data/web2py so how do i use web2py > now am trying to run web2py.py but its not runing and and i want to > use postgresql .. > > so what to do guys > > best regards >

