Re: [web2py] upgrading appengine has broken web2py

2013-06-19 Thread Christian Foster Howes
patch submitted here: https://code.google.com/p/web2py/issues/detail?id=1546 note that i had been using cache.ram.flush_all() for clearing GAE memcache, but that changed to using cache.ram.clear() in this version. i just updated my source. :) i also had to tweak my path configs for unit testi

Re: [web2py] upgrading appengine has broken web2py

2013-06-18 Thread Massimo DiPierro
I did see two problems addressed in a commit today. gql imports drivers from dal.py but drivers was renamed DRIVERS. If people did not notice this it means they are not importing gql. This is great. It means this backward compatibility file can be removed. So I just did. The second issue is tha

[web2py] upgrading appengine has broken web2py

2013-04-11 Thread Carl
With an update to appengine, all is still fine when running web2py locally. but if I run dev_appserver then on start-up I get the following kicked out at the console... File "F:\wp\TestEnvoy\web2py\gluon\contrib\gql.py", line 5, in from gluon.dal import DAL, Field, Table, Query, Set, Expres