[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-04-15 Thread Leonel Câmara
Hey, The error is pretty explicit. If you get web2py from github you need to make sure the git clone is recursive so you also get pyDAL The error also says how to fix it "git submodule update --init --recursive" -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http:

[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-04-16 Thread David Manns
Yes, I saw that, but I don't have git installed, have never used it. I download web2py in source form from web2py.com. As far as I know, this includes pyDAL, indeed I assume it must do otherwise I wouldn't be able to run my database app in web2py test environment. Isn't this what the error mean

[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-04-16 Thread Leonel Câmara
Yes it is. Downloading from web2py.com should indeed be fine and includes pyDAL. I don't use GAE so can't really test to find out what's wrong. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/w

[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-04-18 Thread Tommi Lahtonen
I already asked about this in this thread: https://groups.google.com/forum/#!topic/web2py/RVhRsRdXrYI I have reported the defect to google but so far no help from them: https://code.google.com/p/googleappengine/issues/detail?id=12852&can=4&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%2

[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-05-10 Thread Jacinto Parga
Deploying GAE-applications with web2py 2.14.5 linux, GAE SDK 1.9.37 seems ok El lunes, 18 de abril de 2016, 13:09:27 (UTC+2), Tommi Lahtonen escribió: > > I already asked about this in this thread: > https://groups.google.com/forum/#!topic/web2py/RVhRsRdXrYI > > I have reported the defect to googl

[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-05-18 Thread Tommi Lahtonen
On Monday, April 18, 2016 at 2:09:27 PM UTC+3, Tommi Lahtonen wrote: > > > I have reported the defect to google but so far no help from them: > > https://code.google.com/p/googleappengine/issues/detail?id=12852&can=4&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20O

[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-05-18 Thread Tommi Lahtonen
On Tuesday, May 10, 2016 at 8:35:56 PM UTC+3, Jacinto Parga wrote: > > Deploying GAE-applications with web2py 2.14.5 linux, GAE SDK 1.9.37 seems > ok > > I just tried web2py 2.14.6 on windows with appengine launcher 1.9.37 and it does not work without adding the appengine_config.py -- Resourc

[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-05-18 Thread Tommi Lahtonen
On Tuesday, May 10, 2016 at 8:35:56 PM UTC+3, Jacinto Parga wrote: > > Deploying GAE-applications with web2py 2.14.5 linux, GAE SDK 1.9.37 seems > ok > > I just tried web2py 2.14.6 on windows with appengine launcher 1.9.37 and it does not work without adding the appengine_config.py -- Resourc

[web2py] Re: Problem running GAE SDK with web2py 2.14.5

2016-07-17 Thread dlypka
I found the fix here: https://code.google.com/p/googleappengine/issues/detail?id=12852 The key step is: You can add a appengine_config.py python file to the root directory of your application with the following contents: import sys sys.platform = 'linux3' On Friday, April 15, 2016 at 1