我创建了一个hello.py。 然后创建了setup.py
from distutils.core import setup
from py2exe.build_exe import py2exe
setup(console=["hello.py"])
然后使用python setup.py py2exe
创建的构建。
这是成功的,并且工作正常。
现在我将这个版本保存在一个带有unicode名称的文件夹中(ex - औgfgf) 当我执行此构建时,它会给出错误
C:\?gfgf\dist>hello.exe
LoadLibrary(pythondll) failedThe specified module could not be found.
C:\?gfgf\dist\PYTHON27.DLL
C:\?gfgf\dist>