[Django]-UserWarning: Module _mysql was already imported from /usr/lib/pymodules/python2.6/_mysql.so

0👍

I have simply removed django_pytest from INSTALLED_APPS. The problem is now gone. Not nice but it works ™.

1👍

Your problem was caused by having 2 “distribute” packages installed as can be seen from the yolk output provided.

Leave a comment