[web2py] Re: SyntaxError: Adapter not found for gae

2018-03-19 Thread Tommi Lahtonen
This is still broken. admin-interface does not work with google app engine. appadmin works just fine. On Wednesday, November 22, 2017 at 3:22:46 PM UTC+2, Tommi Lahtonen wrote: > > Latest web2py (2.16.1 <http://www.web2py.com/init/default/download>) and > latest Google App E

[web2py] SyntaxError: Adapter not found for gae

2017-11-22 Thread Tommi Lahtonen
Latest web2py (2.16.1 ) and latest Google App Engine launcher (1.9.63) do not work together on Windows 7. Welcome application works but admin interface does not. Trying to open Admin will give you this error: INFO 2017-11-22 15:15:22,841 module.

[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-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%20Summar

[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

Re: [web2py] Re: Google App Engine Launcher 1.9.34 breaks web2py?

2016-03-31 Thread Tommi Lahtonen
On Tuesday, March 29, 2016 at 7:48:07 PM UTC+3, Richard wrote: > > Git 2.8 will solve that... > > what do you mean? I tried with git and it does not work any better than the full src-package. Same error. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://git

[web2py] Re: Google App Engine Launcher 1.9.34 breaks web2py?

2016-03-28 Thread Tommi Lahtonen
On Thursday, March 24, 2016 at 1:41:42 AM UTC+2, Massimo Di Pierro wrote: > > Which version of web2py? Did you use git clone? Did you do what it is > asking? > > git submodule update --init --recursive > > I used the src-version from here: http://www.web2py.com/examples/static/web2py_src.zip I

[web2py] Google App Engine Launcher 1.9.34 breaks web2py?

2016-03-23 Thread Tommi Lahtonen
It looks like GAE Launcher 1.34 breaks my web2py-applications. Is this a problem with App Engine Launcher or with web2py? For example this simple application does not work: http://appro.mit.jyu.fi/web-sovellukset/ohjaus/ohjaus6/web2py_malli.zip It works just fine with App Engine Launcher 1.9.32

[web2py] Re: 'Table' object has no attribute 'type'

2014-09-14 Thread Tommi Lahtonen
On Saturday, September 13, 2014 7:58:41 PM UTC+3, Anthony wrote: > > Can you show the relevant code (i.e., model definition and the login > onaccept function)? > > Full source code is here: http://appro.mit.jyu.fi/temp/viikko.zip unpacked and browsable version is here: http://appro.mit.jyu.fi

[web2py] Re: 'Table' object has no attribute 'type'

2014-09-12 Thread Tommi Lahtonen
'Table' object has no attribute 'type' > > Version web2py™ Version 2.9.5-stable+timestamp.2014.03.16.02.35.39 > Python Python 2.7.5+: /usr/bin/python (prefix: /usr) > I updated to the latest version 2.9.9 and still the same error. It looks like there is something wrong in DAL. -- Resou

[web2py] 'Table' object has no attribute 'type'

2014-09-10 Thread Tommi Lahtonen
I have no idea how to fix this error. I used this same code earlier in google app engine and it worked just fine. Now I moved my app to ubuntu + apache + postgresql and got this error: Error ticket for "viikko" Ticket ID 130.234.160.35.2014-09-10.08-14-09.e20b10b7-72bd-4f79-9618-948387ca1cf0

[web2py] web2py book image blog example not working with google app engine launcher?

2014-03-12 Thread Tommi Lahtonen
I am trying web2py for the first time and I am trying to get the example in the book: http://web2py.com/books/default/chapter/29/03/overview to work. I am using goole app engine launcher in windows 7. I managed to write the model (db.py) to create image and post tables. Administration interfac