[web2py] export Data Abstraction Layer (DAL) to be used with Google Cloud SQL on App Engine

2012-03-18 Thread Jarod G.R. Meng
Hi, I was trying to use web2py's DAL with Google Cloud SQL on App Engine, but to no avail. The error seems to be because GAE doesn't allow any manipulation of its filesystem which web2py's DAL module (gluon.dal) needs to define a folder attribute (my understanding of the trouble could be wrong).

[web2py] Use DAL on local MySQL database

2012-03-21 Thread Jarod G.R. Meng
Hi, I tried to use DAL as standalone module on local MySQL database while developing a GAE app. However, the connection always returned an error "Unable to find Adapter". It seems to be problem with importing pymysql as driver. I tried to copy the pymysql folder in gluon/contrib to my app fol