Jump to content

Recommended Posts

Posted

Trying to migrate my site to from Python 3.10 to 3.12 and trying to figure out the modules I'll need to have installed.

Can you install the following:

MySQLdb

Pytz

Let me know if you have any questions.

 

Posted

Thanks!  I see that Pytz is on the list, so that should be good.

I getting the following error message currently:

No module named 'MySQLdb'

Can you install MySQLdb?

 

Posted

I did a quick google search and found this:

In Python 3.12, the MySQLdb module is not directly supported. However, you can use the mysqlclient module, which is a fork of MySQLdb and is compatible with Python 3.

So I may need mysqlclient installed.

 

  • Krydos locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...