Tuesday, 15 January 2013

Create windows executable using python setuptools -



Create windows executable using python setuptools -

python setup.py bdist_windist

error:

warning: can't read registry find necessary compiler setting create sure python modules _winreg, win32api or win32con installed. error: [errno 2] no such file or directory: '/usr/lib/python2.7/distutils/command/wininst-6.0.exe', /usr/lib/python2.7/distutils/command/wininst-6.0.exe not included in debian packages.

solution page:

we cannot include .exe files, because these not built source. hint: re-create these source package.

but can found exes copy.

you can not create windows .exe on debian/linux. need have windows machine python installation or vm.

python setuptools ubuntu-14.04

No comments:

Post a Comment