ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
342 stars 36 forks source link

Use of deprecated, and to be removed, "imp" module #435

Open ronaldoussoren opened 2 years ago

ronaldoussoren commented 2 years ago

The implementation of "py2app/bootstrap/setup_included_subpackages.py" uses the deprecated "imp" module, which will be removed in Python 3.12.

Likewise for the LOADER definition in py2app/util.py.