Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/288.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/16.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
Python Pyinstaller[3060]无法执行脚本pyi\u rth\u多处理_Python_Windows_Pyinstaller - Fatal编程技术网

Python Pyinstaller[3060]无法执行脚本pyi\u rth\u多处理

Python Pyinstaller[3060]无法执行脚本pyi\u rth\u多处理,python,windows,pyinstaller,Python,Windows,Pyinstaller,在使用Pyinstaller将我的.py文件覆盖到64位Windows 10上的.exe之后,我将.exe文件发送到32位Windows 7上的计算机。.exe文件在我的Windows 10 64位和Windows 7 64位计算机上运行良好。 有人知道我能用它做什么吗? 我只需要在那台32位Win7计算机上安装Service Pack 1。顺便说一句,我把32位计算机上的.py改为.exe。你不能在32位计算机上运行64位程序,反之亦然。@MauriceMeyer所以,我需要在32位计算机上把

在使用Pyinstaller将我的.py文件覆盖到64位Windows 10上的.exe之后,我将.exe文件发送到32位Windows 7上的计算机。.exe文件在我的Windows 10 64位和Windows 7 64位计算机上运行良好。 有人知道我能用它做什么吗?

我只需要在那台32位Win7计算机上安装Service Pack 1。顺便说一句,我把32位计算机上的.py改为.exe。

你不能在32位计算机上运行64位程序,反之亦然。@MauriceMeyer所以,我需要在32位计算机上把我的程序改为.exe?是的,而且是你想运行程序的最旧操作系统版本。安装SP1后你做了什么?“你是不是又运行了一次,它成功了?”是的