【发布时间】:2014-10-15 07:02:23
【问题描述】:
python setup.py bdist_windist
错误:
Warning: Can't read registry to find the necessary compiler setting
Make sure that Python modules _winreg, win32api or win32con are 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 the Debian packages.
来自page的解决方案:
We cannot include the .exe files, because these are not built from source. Hint: copy these from the source package.
但是我在哪里可以找到要复制的那些 exe。
【问题讨论】:
标签: python setuptools ubuntu-14.04