Re: [web2py] Re: web2py still unable to create application on WebFaction

2012-08-03 Thread Alan Etkin
On Thursday, June 7, 2012 6:35:19 PM UTC-7, JoeCodeswell wrote: Hi Noel, I had this problem occur AGAIN, TODAY on WebFaction, when I upgraded to Version 1.99.7 (2012-03-04 22:12:08) stable, Running on Apache/2.2.17 (Unix) mod_wsgi/3.3 Python/2.7.3. When creating a new simple app from

Re: [web2py] Re: web2py still unable to create application on WebFaction

2012-08-03 Thread Jonathan Lundell
On 3 Aug 2012, at 7:13 AM, Alan Etkin spame...@gmail.com wrote: On Thursday, June 7, 2012 6:35:19 PM UTC-7, JoeCodeswell wrote: Hi Noel, I had this problem occur AGAIN, TODAY on WebFaction, when I upgraded to Version 1.99.7 (2012-03-04 22:12:08) stable, Running on Apache/2.2.17 (Unix)

Re: [web2py] Re: web2py still unable to create application on WebFaction

2012-08-03 Thread Alan Etkin
I didn't check the shell syntax, but you get the idea. if [ -f NEWINSTALL -a -d applications/welcome ]; then python -c from gluon.fileutils import w2p_pack; w2p_pack('welcome.w2p','applications/welcome') rm NEWINSTALL fi Looks ok, I found this alternative (which

Re: [web2py] Re: web2py still unable to create application on WebFaction

2012-06-08 Thread pbreit
I always just copy applications/welcome. Works perfectly every time. On Thursday, June 7, 2012 6:35:19 PM UTC-7, JoeCodeswell wrote: Hi Noel, I had this problem occur AGAIN, TODAY on WebFaction, when I upgraded to Version 1.99.7 (2012-03-04 22:12:08) stable, Running on Apache/2.2.17

Re: [web2py] Re: web2py still unable to create application on WebFaction

2012-06-07 Thread JoeCodeswell
Hi Noel, I had this problem occur AGAIN, TODAY on WebFaction, when I upgraded to Version 1.99.7 (2012-03-04 22:12:08) stable, Running on Apache/2.2.17 (Unix) mod_wsgi/3.3 Python/2.7.3. When creating a new simple app from the web admin interface i get unable to create application newapp (it may

Re: [web2py] Re: web2py still unable to create application on WebFaction

2012-06-07 Thread Massimo Di Pierro
The file welcome.w2p does not ship with web2py. It is created when the file NEWINSTALL is present. NEWINSTALL ships with web2py. How did you upgrade? If you upgrade from trunk, it is not there. On Thursday, 7 June 2012 20:35:19 UTC-5, JoeCodeswell wrote: Hi Noel, I had this problem occur

Re: [web2py] Re: web2py still unable to create application on WebFaction

2012-04-08 Thread Noel Villamor
Hi All, I encountered this issue as well. Here is how I resolved it. *- web2py directory should have welcome.w2p* Happy Easter! Noel Villamor On Sunday, 6 March 2011 09:54:19 UTC+13, Jonathan Lundell wrote: On Mar 5, 2011, at 12:07 PM, Jonathan Lundell wrote: On Mar 5, 2011, at 11:35

[web2py] Re: web2py still unable to create application on WebFaction

2011-03-05 Thread JoeCodeswell
Dear Christopher and All, Something like you, Christopher, suggested was also suggested by the Webfaction Support folks. This suggestion worked for me, after I had investigated some other possibilities. You can read my blog post on this subject, Fixing my my web2py is unable to create a new

Re: [web2py] Re: web2py still unable to create application on WebFaction

2011-03-05 Thread Jonathan Lundell
On Mar 5, 2011, at 11:35 AM, JoeCodeswell wrote: Something like you, Christopher, suggested was also suggested by the Webfaction Support folks. This suggestion worked for me, after I had investigated some other possibilities. You can read my blog post on this subject, Fixing my my web2py

Re: [web2py] Re: web2py still unable to create application on WebFaction

2011-03-05 Thread Jonathan Lundell
On Mar 5, 2011, at 12:07 PM, Jonathan Lundell wrote: On Mar 5, 2011, at 11:35 AM, JoeCodeswell wrote: Something like you, Christopher, suggested was also suggested by the Webfaction Support folks. This suggestion worked for me, after I had investigated some other possibilities. You can

[web2py] Re: web2py still unable to create application on WebFaction

2011-03-01 Thread Saf Hulou
I have the same problem. Installed today. Admin allows me to edit current apps such as the examples app - can create new views etc. No new apps though. Help would be much appreciated... Thanks, Saf On Feb 22, 4:15 pm, JoeCodeswell joecodesw...@gmail.com wrote: Dear Webfacton Support and

[web2py] Re: web2py still unable to create application on WebFaction

2011-03-01 Thread Massimo Di Pierro
Looks like you have write permission in each app folder, but no write permission inside the parent applications folder. On Mar 1, 6:48 am, Saf Hulou saf.hu...@gmail.com wrote: I have the same problem. Installed today. Admin allows me to edit current apps such as the examples app - can create

Re: [web2py] Re: web2py still unable to create application on WebFaction

2011-03-01 Thread danto
try creating a new app from ssh and probably will work. also, you can always dev on localhost and later upload the app to webfaction

[web2py] Re: web2py still unable to create application on WebFaction

2011-03-01 Thread Christopher Steel
If you really want to do this you shodl be able to but first you need to ssh in and manually start Web2py from webapps/yourapp/web2py with something like the following: python2.5 web2py.py -p 80 Then shut it down and try again from the web interface Let me know how it goes... On 1 mar, 07:48,