How to use SQLAlchemy with PyCharm
Answered
I'm using Python 2.6 and I have the installed the SQLAlchemy package for my PyCharm Pro but when running my app I get the error --- ModuleNotFoundError: No module named 'MySQLdb' ---
I tried installing various MySQL packages in order to try to resolve the problem but they either don't solve it or I get an error when trying to install.
Any ideas?
Please sign in to leave a comment.
Hello Karl,
> when running my app I get the error --- ModuleNotFoundError: No module named 'MySQLdb' ---
Please try to run it in the Terminal with the same interpreter as you use in Pycharm. Do you have any error?