[web2py] psycopg2 to 3

2022-10-12 Thread Chad D Raley
Are there plans in place to make this move? Quick search did not reveal any. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message bec

[web2py:38221] Re: google app engine not creating my user defined tables

2010-01-02 Thread Chad
e some posts and some > comments. As you use it locally, dev_appserver will write index.yaml > for you and list the indices you need. After you have fully used the > app locally then you upload it on GAE and gae will find the list of > indices in index.yaml. > > On Jan

[web2py:38193] Re: google app engine not creating my user defined tables

2010-01-01 Thread Chad
query needs this index: - kind: auth_user properties: - name: first_name - name: last_name On Jan 1, 10:25 pm, mdipierro wrote: > What does the GAE log say, as opposed to the web2py ticket? > Odd it runs on dev_appserver and not GAE. > Could it be "post" is a reserved k

[web2py:38188] Re: google app engine not creating my user defined tables

2010-01-01 Thread Chad
ntacct4/1.338874278338316080/applications/blog/controllers/ default.py:create_post", line 26, in create_post\n File "/base/data/ home/apps/mutantacct4/1.338874278338316... --- end ticket data --- Line 26 is form = crud.create(db.post) On Jan 1, 9:23 pm, Chad wrote: > I can't creat

[web2py:38187] Re: google app engine not creating my user defined tables

2010-01-01 Thread Chad
ate posts using? > > http:///yourapp/appadmin > > I do not see anything wrong in this line > >     form = crud.create(db.post) > > Can you tells us what errors you get from GAE? > > Massimo > > On Jan 1, 8:45 pm, Chad wrote: > > > > > I'm

[web2py:38185] google app engine not creating my user defined tables

2010-01-01 Thread Chad
I'm really enjoying learning web2py, but I am running into problems when using it with Google App Engine. I followed the example at http://www.web2py.com/AlterEgo/default/show/253 which works fine locally, but when trying to run in GAE I can't seem to create posts. When I look at the entities usin