goensch Posted May 8 Posted May 8 Hi, I just moved over from tommy python 3.12 , and my scripts stopped working. I changed them to py 3.14. import MySQLdb fails. Apparently, the module is not installed, I do not find it in the list. Version etc: for me, I guess exactly like on tommy would be easiest. But I do not know much about it. I am not aware of anything special I use 😉 Thanks in advance, Jochen
Krydos Posted May 8 Posted May 8 There is no module named MySQLdb, so I installed mysql-connector. If that's not the module you need please attempt to be more specific. You can see the list of installed modules for Morty2's Python 3.14 at https://morty2-info.heliohost.org/pyinfo/info3.14.py
Recommended Posts