Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/330.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
加载python27.dll(pyinstaller)时出错_Python_Python 2.7_Pyinstaller - Fatal编程技术网

加载python27.dll(pyinstaller)时出错

加载python27.dll(pyinstaller)时出错,python,python-2.7,pyinstaller,Python,Python 2.7,Pyinstaller,我使用pyinstaller将python程序转换为exe 它在我转换的计算机上工作正常,但所有其他计算机都会出现以下错误: Error loading python DLL: c:\Users\win8\Downloads\Up2048\Up2048mew\python27.dll <error code 14001> 加载python DLL时出错:c:\Users\win8\Downloads\Up2048\Up2048mew\python27.DLL 我编译exe时没有修

我使用pyinstaller将python程序转换为exe

它在我转换的计算机上工作正常,但所有其他计算机都会出现以下错误:

Error loading python DLL: c:\Users\win8\Downloads\Up2048\Up2048mew\python27.dll <error code 14001>
加载python DLL时出错:c:\Users\win8\Downloads\Up2048\Up2048mew\python27.DLL 我编译exe时没有修改命令:\


我曾尝试添加最新版本的VC++,但它不起作用

我遇到了同样的问题,我解决了升级pip的问题


运行命令pip install--upgrade pyinstaller并高兴起来。:)

我也遇到了同样的问题,我解决了升级pip的问题

运行命令pip install--upgrade pyinstaller并高兴起来。:)

可能的重复可能的重复