cktrack Posted September 24 Posted September 24 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. ย
KazVee Posted September 24 Posted September 24 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.
cktrack Posted September 24 Author Posted September 24 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? ย
cktrack Posted September 24 Author Posted September 24 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 Posted September 24 Posted September 24 The module mysqlclient has been installed on Tommy's Python 3.12. You can see the current list of installed modules atย https://krydos1.heliohost.org/pyinfo/info3.12.py
Recommended Posts