Py2Exe for Python 3.0

py2exe No such file or directory

What is your python version? py2exe does not support Python 3.5, but you can use Python 3.4 or lower.

Using Py2exe's ctypes_com_server setup keyword with Python 3

It seems that the problem was the Python Interpreter crashing because it couldn't import RemotePrintLib from comtypes.gen. Adding 'comtypes.gen' to the includes option for distutils worked!

One thing that helped diagnose this was win32traceutil.

Install py2exe for python 2.7 over pip: this package requires Python 3.3 or later

It is missing from pypi, if you click on the 0.6.9 link it brings you to the 0.9.2.0 python 3 package, there seems to be no 0.6.9 package available to download.

Try using pip install http://sourceforge.net/projects/py2exe/files/latest/download?source=files



Related Topics



Leave a reply



Submit