[web2py] Re: "unable to create application" on Ubuntu 10.04 LTS

2010-10-06 Thread Lobo
Problem solved on my end too. Thanks Massimo ! Lobo

Re: [web2py] Re: "unable to create application" on Ubuntu 10.04 LTS

2010-10-06 Thread Luis Díaz
Thank you very much .. problem solved -- Díaz Luis TSU Analisis de Sistemas Universidad de Carabobo http://web2pyfacil.blogspot.com/ Facultad de Odontología

[web2py] Re: "unable to create application" on Ubuntu 10.04 LTS

2010-10-05 Thread KMax
Maybe not the same issue. But I do following: sudo su - www-data or to user which selected in wsgi settings. And do cd 'web2py installation dir' #put your path python web2py.py Set the password and then stop it (Ctrl-C). Restart apache and try to create new application complete with success. ps. m

Re: [web2py] Re: "unable to create application" on Ubuntu 10.04 LTS

2010-10-05 Thread Luis Díaz
perhaps I have a similar problem .. I just installed with: wget http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh chmod + x setup-web2py-ubuntu.sh sudo ./setup-web2py-ubuntu.sh the system could not connect .. until I happened to switch to https Nor did then download: http://www

[web2py] Re: "unable to create application" on Ubuntu 10.04 LTS

2010-10-05 Thread ron_m
Sorry, I meant the ticket is written, I guess admin doesn't work to get at the ticket unless the client IP is localhost. I have been in developer mode too long. On Oct 5, 4:22 pm, ron_m wrote: > Not trying to hijack a thread, I am doing the same thing and having > the same problems. > > The sudo

[web2py] Re: "unable to create application" on Ubuntu 10.04 LTS

2010-10-05 Thread ron_m
Not trying to hijack a thread, I am doing the same thing and having the same problems. The sudo -u www-data python web2py.py -a "hello" step made it work for me. Prior to that I got unable to create application, unable to install application depending on what I was doing. I also had the NEWINSTAL

[web2py] Re: "unable to create application" on Ubuntu 10.04 LTS

2010-10-05 Thread mdipierro
This is the problem. when you use the script provided web2py is installed and configured to run with apache and mod_wsgi as used www- data. If you do python web2py.py -a "hello" you run it as yourself and you do not have permisson to write on the filesystem. So after: wget http://web2py.goog