I have both installed: user@server:~/web2py$ python web2py.py -S napno -M -P web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2015 Version 2.11.2-stable+timestamp.2015.05.30.16.33.24 Database drivers available: psycopg2, pymysql, imaplib, pg8000, sqlite3, sqlite2 Python 2.7.8 (default, Jun 18 2015, 18:56:50) [GCC 4.9.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole)
How do I force psycopg2 instaed of pg8000 that have some issues with unicode ? My current DAL command is: postgres://username:PASSWORD@localhost/mydb -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

