Closed jkary closed 11 months ago
Hi Anthony,
Came across this in a repo (trex) I'm trying to get python to work with python 3.12. The quick fix is shown above, but a proper fix likely would replace all imp.XXX with importlib.XXX.
Hope this helps! Jason
they are not equivalent
Hi Anthony,
Came across this in a repo (trex) I'm trying to get python to work with python 3.12. The quick fix is shown above, but a proper fix likely would replace all imp.XXX with importlib.XXX.
Hope this helps! Jason