0

It's exactly as the title says. I downloaded mysql and the Python mysql connector and I'm trying to test it to see if it's working. Before, when I tried to run import mysql.connector in anything, I would always get the following error:

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import mysqll
ModuleNotFoundError: No module named 'mysqll'

no matter what I ran it in. Now, there's no issue running it in the command line or the Python shell, but I still get that error when I run it in Thonny

This is the result of spending a lot of time trying to get the mysql connector to work at all. I'm not really sure what to try that I haven't already done, especially since everything except for Thonny seems to have no issue with the mysql package.

Mickles
  • 1
  • 1

0 Answers0