[web2py] Re: web2py 1.87.3 is OUT

2010-10-17 Thread Zphen
I saw that the relevant operations are performed on first run in widget.console(), so I suggest we execute this function in the script too: --- setup-web2py-ubuntu.sh 2010-10-13 01:22:51.0 +1100 +++ setup-web2py-ubuntu.sh.new 2010-10-17 22:49:52.258486749 +1100 @@ -163,5 +163,6 @@

[web2py] Re: web2py 1.87.3 is OUT

2010-10-17 Thread mart
Would writing an installer be useful? there are many possibilities, and not that huge of a deal to get something out there and that can be expanded with richer/better features with time... Besides, the benefits are well worth it... 1) give the user options @ install/update/upgrade time is always

[web2py] Re: web2py 1.87.3 is OUT

2010-10-16 Thread annet
Simon, Thanks running those two commands solved the problem. Kind regards, Annet.

[web2py] Re: web2py 1.87.3 is OUT

2010-10-15 Thread annet
Hi Chris, In April we worked out the following procedure to upload and install packed web2py applications at webfaction: 1) Log on to webfaction via terminal/ssh 2) Go to your remote web2py/applications/ directory 3) As the user who is the owner of the Welcome application, manually create a

[web2py] Re: web2py 1.87.3 is OUT

2010-10-15 Thread annet
Massimo and Ron, When I run python web2py.py I get the following ImportError: Traceback (most recent call last): File web2py.py, line 20, in ? import gluon.widget File /home/fitwise/webapps/web2py/web2py/gluon/widget.py, line 25, in ? import main File

[web2py] Re: web2py 1.87.3 is OUT

2010-10-15 Thread ron_m
This could be the problem, since you are probably on CentOS or Redhat a version of Python 2.5 will not have hashlib built in http://pypi.python.org/pypi/hashlib/20060408a is where you can get one tested on 2.3 and 2.4 I have not had to do something like this yet but I believe site- packages is

[web2py] Re: web2py 1.87.3 is OUT

2010-10-15 Thread Zphen
I upgraded to version 1.87.3, the problem I am facing is that I cannot upload and install packed applications via the admin web interface. The flash message: unable to install application init. I had the same problem when setting up an Ubuntu 10.04 AMI with web2py 1.87.3 on EC2 yesterday

[web2py] Re: web2py 1.87.3 is OUT

2010-10-14 Thread annet
Massimo, I upgraded to version 1.87.3, the problem I am facing is that I cannot upload and install packed applications via the admin web interface. The flash message: unable to install application init. Kind regards, Annet.

[web2py] Re: web2py 1.87.3 is OUT

2010-10-14 Thread mdipierro
which distribution (source, binary)? which os? On Oct 14, 2:48 am, annet annet.verm...@gmail.com wrote: Massimo, I upgraded to version 1.87.3, the problem I am facing is that I cannot upload and install packed applications via the admin web interface. The flash message: unable to install

[web2py] Re: web2py 1.87.3 is OUT

2010-10-14 Thread annet
Locally I don't have the problem: source on Mac OS X Leopard and source on MAC OS Snow Leopard. The problem occurred after upgrading to 1.87,3 at webfaction, I unzipped the source over a previous web2py version. I don't know on which OS the provide their shared hosting plans. Kind regards,

Re: [web2py] Re: web2py 1.87.3 is OUT

2010-10-14 Thread Bruno Rocha
Thats RedHat or CentOS, did you restarted apache there? I am having problems on webfaction too, I think it is permission issues. When I create a new folder for under applications/ I cant delete or rename that via SSH, and I can't create new apps in /admin We need to detect if this is a web2py

[web2py] Re: web2py 1.87.3 is OUT

2010-10-14 Thread ron_m
I found I need to login to the machine and as www-data run the application server once from python as in python web2py.py supply an admmin password with -a and then crtrl-c to break out. One clue is if the NEWINSTALL file is still there in the web2py directory then it won't work until the above