[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

Re: [web2py] Use DAL on local MySQL database

2012-03-21 Thread Manuele Pesenti
Il 21/03/2012 11:32, Jarod G.R. Meng ha scritto: 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