On Monday, 11 September 2017 00:08:00 UTC+1, Massimo Di Pierro wrote:
>
> what adapter are you using. What is your URI string (without passwords 
> please)?
>

Apologies for the slow reply. Annoyingly, I've found that the solution 
(without copy) doesn't work at the moment. I'm using the standard adapter 
for MySQL, so that my appconfig.ini looks like

; db configuration

[db]

uri       = mysql://UN:XXXXXX@127.0.0.1/db

migrate   = 0

pool_size = 1

When I start web2py, I get:

Version 2.15.4-stable+timestamp.2017.09.02.04.02.22

Database drivers available: sqlite3, imaplib, pyodbc, pymysql, pg8000

And the pymysql version that loads by default seems to be:

Python 2.7.10 (default, Jul 13 2015, 12:18:59) 

[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin

Type "help", "copyright", "credits" or "license" for more information.

>>> import pymysql

>>> print pymysql.__version__

0.7.9.None


-- 
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 because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to