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

You can view a list of all the currently installed modules on Tommy's Python 3.12 here, and it seems that Pytz versionย 2024.2 is already installed but please let us know if you need a different version of it.ย https://krydos1.heliohost.org/pyinfo/info3.12.py

This support request is being escalated to our root admins.

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...