[web2py] Re: GAE issue - app works on Appspot - not on desktop

2012-10-15 Thread howesc
can you show us the error from the GAE log console when running locally? chances are the code you downloaded has an app.yaml config or something that is not compatible with the latest GAE SDK (i've had that happen to me in the past couple of years). i still use modules as on all other platform

[web2py] Re: GAE issue - app works on Appspot - not on desktop

2012-10-14 Thread b00m_chef
So my code works on v1.99 of web2py, but not on 2.0.9 on GAE. On Sunday, October 14, 2012 6:38:21 PM UTC-7, b00m_chef wrote: > > I have an app that I wrote in web2py using version 1.99. It has been > running on appspot for the last 1.5 years with no issues. I recently wanted > to continue work

[web2py] Re: GAE issue - app works on Appspot - not on desktop

2012-10-14 Thread b00m_chef
I have taken out the modules import call and placed the code inside each of the controllers. Is there no way to import code into controllers from other files? On Sunday, October 14, 2012 6:38:21 PM UTC-7, b00m_chef wrote: > > I have an app that I wrote in web2py using version 1.99. It has been