0

Error as shown in the Python Shell:

Traceback (most recent call last):
      File "C:/Users/Saabia/Desktop/Puraa/pypy.py", line 2, in <module>
        from flask_mysqldb import MySQL
    ModuleNotFoundError: No module named 'flask_mysqldb'

1 Answer 1

2

You'll have to install it first.

pip install Flask-MySQLdb

and see if any errors occur

Sign up to request clarification or add additional context in comments.

1 Comment

Can you not see that the author has a Windows? Please correct your ansers for that.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.