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
Running ./bootstrap-plugins.sh win64 will not build on Ubuntu 24.04 LTS because of depricated Python 3.11 module 'imp' not in Python 3.12 https://docs.python.org/3.11/library/imp.html
I searched the PawPaw source, but could not find a python import for 'imp' within the PawPaw source.
Running
./bootstrap-plugins.sh win64
will not build on Ubuntu 24.04 LTS because of depricated Python 3.11 module 'imp' not in Python 3.12https://docs.python.org/3.11/library/imp.html
I searched the PawPaw source, but could not find a python import for 'imp' within the PawPaw source.
As a workaround this worked :
Compiled successfully on Ubuntu 24.04 LTS
The text was updated successfully, but these errors were encountered: