我的任务是让这个python可执行文件在客户机的服务器上运行。我们的python开发人员离开了,作为一个.NET的家伙,我不知道Python是如何工作的。以下是错误消息:
Error Loading Python DLL 'C:\users\user\AppData\Local\Temp\3\_mEI\python39.dll
No error message generated.
FormatMessageW: The parameter is incorrect.
LoadLibrary: Pyinstaller: FormatMessageW failed.
我正在开发一台较旧的Windows (2008年r2)。这是我迄今尝试过的
其他的步骤是什么?
发布于 2022-07-12 20:42:07
您是否尝试过安装Visual 2015 Visual C++可再发行版?
下载链接:https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145
我是从这样的回答中得到的:Pyinstaller - Error loading Python DLL - FormatMessageW failed
https://stackoverflow.com/questions/72957745
复制相似问题