在unicode文件夹中Python exe失败。错误 - Pythondll

时间:2017-04-20 11:47:53

标签: python unicode python-unicode

我创建了一个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>

0 个答案:

没有答案