import MySQLdb command not found

by: officerebel, 7 years ago


MySQL is intalled with brew. When checking $python import MySQLdb "command not found" should I try to use flaskAlchemy for importing instead?



You must be logged in to post. Please login or register an account.



If you install a module, you import it in python, with python running, not straight in the command line.

-Harrison 7 years ago

You must be logged in to post. Please login or register an account.