Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning: the setup.py py2exe command line interface is deprecated #150

Closed
albertosottile opened this issue Sep 18, 2022 · 1 comment

Comments

@albertosottile
Copy link
Member

albertosottile commented Sep 18, 2022

From version 0.12.0.0, the invocation of the setup function for py2exe and the usage of the setup.py py2exe CLI are deprecated in favor of the new freeze API. Documentation of the new API can be found here, whereas a migration guide can be found here.

These interfaces were deprecated because of PEP 632 and because setuptools deprecated the whole python setup.py ... CLI (see the last paragraph here).

Further information about this change can be found in issue #127.

@Athanasius
Copy link

The links for the docs are broken, being relative, which doesn't work from inside an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants