[web2py] how to upgrade Web2py in Webfaction?

2011-06-01 Thread JorgeH
Hello given that 1.96.1 has been just released, i am trying to upgrade it in webfaction via the web2py admin site. However when pressing the button to upgrade, i get this message: *unable to upgrade because [Errno 2] No such file or directory:

Re: [web2py] how to upgrade Web2py in Webfaction?

2011-06-01 Thread Bruno Rocha
have you tried to create the gluon/tests/__init__.py file? -- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ] [ Aprenda a programar: http://CursoDePython.com.br ] [ O seu aliado nos cuidados com os animais: http://AnimalSystem.com.br ] [ Consultoria em desenvolvimento web:

Re: [web2py] how to upgrade Web2py in Webfaction?

2011-06-01 Thread JorgeH
hmmm nope

Re: [web2py] how to upgrade Web2py in Webfaction?

2011-06-01 Thread jorgehrpo
Hmm I got the web2py process killed due to excess memory usage how do i restart it again?

Re: [web2py] how to upgrade Web2py in Webfaction?

2011-06-01 Thread JorgeH
Hmm I got the web2py process killed due to excess memory usage how do i restart it again?

Re: [web2py] how to upgrade Web2py in Webfaction?

2011-06-01 Thread Tito Garrido
Does upgrade button works on webfaction? :-o On Wed, Jun 1, 2011 at 9:53 PM, JorgeH jorgeh...@gmail.com wrote: Hmm I got the web2py process killed due to excess memory usage how do i restart it again? -- Linux User #387870 . _/_õ|__| ..º[ .-.___.-._| . . . . .__(

Re: [web2py] how to upgrade Web2py in Webfaction?

2011-06-01 Thread JorgeH
ok did it following JoeCodeswell 'S tips in other thread: Here are the commands. They seemed to work. $ cd /home/my_acct/webapps/wp/ apache2/bin $ ./stop $ cd /home/my_acct/webapps/wp $ rm web2py_src.zip $ wget -q http://www.web2py.com/examples/static/web2py_src.zip $ unzip -q

Re: [web2py] how to upgrade Web2py in Webfaction?

2011-06-01 Thread JorgeH
It didnt for me It went out of memory and the web2py process was killed automatically by the server