You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build zodbtools and I keep running into the need for imp, which was EOL with Python 3.9.
I'm trying to use Plone and the system I'm working on has Python 3.12.
I'm new to Plone, but have done a little with Python here and there. ChatGPT is suggesting I hunt down "import imp" and replace it with importlib. That seems like a lot of esoteric work for something that should be a pretty front line system like ZODB.
Is there something I'm missing here?
The text was updated successfully, but these errors were encountered:
imp is not used anywhere in zodbtools, this does not seem a problem with zodbtools. Can you please double check on your side, or show a traceback of the error you have ?
I am trying to build zodbtools and I keep running into the need for imp, which was EOL with Python 3.9.
I'm trying to use Plone and the system I'm working on has Python 3.12.
I'm new to Plone, but have done a little with Python here and there. ChatGPT is suggesting I hunt down "import imp" and replace it with importlib. That seems like a lot of esoteric work for something that should be a pretty front line system like ZODB.
Is there something I'm missing here?
The text was updated successfully, but these errors were encountered: