coin3d / pivy

python bindings to coin3d
ISC License
53 stars 39 forks source link

imp module is removed in Python 3.12 #118

Open jelly opened 7 months ago

jelly commented 7 months ago

The vendored scons module still imports imp which is removed in 3.12 and replaced with importlib in 3.1

dvzrv commented 7 months ago

The vendored scons code does not seem to be used at all (I removed it when building this project with cmake and everything was still built). Can it just be removed?

looooo commented 7 months ago

I guess scons is not used anymore to build this library. But I am not sure if we can remove it.