0
Pymysql Error - DataBase TOPIC
Even when I installed pymysql on cmd ADMINISTRATOR, it still keeps giving me the error of "no pymysql module found" or something close to that. Does it need to be installed in the same folder as the python file?
3 Antworten
+ 2
Did you installed using "pip install pymysql"??
0
Messaging me will be much easier for me to be notified of answer, so please try that to answer my question. :)
0
Yes, I did and I have fixed the error. I had to move the file in the directory of the IDE. (For me it was PyScripter). However, now it says there is no attribute called "connect" to pymysql. Some help?