Why PostgreSQL adapter psycopg2 fail in Google App Engine dev_appserver.py?
问题 I want connect my app that are in GAE with ElephantDB. I want use the lib psycopg2 and I found a problem. I installed the lib in local to test it and work perfectly and then I installed the lib in lib folder on my app as I have done many times with other libs. This time with pip install -t appname/lib/ psycopg2 So, dev server dectect the lib, but say me that : ImportError: No module named psycopg2._psycopg At first I thought that the problem was python version that dev_server was executing,