I'd like to call people's attention to a bug report I just logged. Here's the link: https://bitbucket.org/logilab/pylint/issue/402/psycopg2-spurious-import-error-in-one
In short, I've written a small python program that uses a common subset of 2.x and 3.x. Applying pylint to the same code with a different interpreter gives different results. More specifically, pylint on 2.x succeeds at importing psycopg2, while pylint on 3.x fails to import psycopg2. Thanks. _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects