-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
tool: py2exeIssues relating to the py2exe toolIssues relating to the py2exe tool
Description
I've not yet tested any of this, but I noticed: py2exe/py2exe@43ee68b specifically from py2exe's changelog:
Remove
build_execommand line interface. Please use thepy2exe.freezeAPI.
In our cmdclass.py code we have:
if 'py2exe' in sys.modules: # py2exe enabled?
try:
from py2exe.setuptools_buildexe import py2exe as _py2exe
except ImportError:
from py2exe.distutils_buildexe import py2exe as _py2exe
Which will fail if used alongside py2exe 0.13.
Metadata
Metadata
Assignees
Labels
tool: py2exeIssues relating to the py2exe toolIssues relating to the py2exe tool