I have two files. The first one has the connection and the getting of data. I import mysql.connector. This file is called tasksSql.py
def get_users(): im
Depending on your python version and how you installed it, it is possible that mysql connector isn't installed, you can install it with pip
To install mysql connector:
pip install mysql-connector-python