简体   繁体   English

在Windows 7嵌入式上运行一个简单的python应用程序会出现“未找到入口点错误”和“加载dll时出错”

[英]Running a simple python app on Windows 7 embedded gives an “Entry point not found error” and an “Error loading dll”

I am trying to run a simple small app I made in python on a device running Windows 7 embedded (2GB RAM, Intel Atom). 我正在尝试在运行Windows 7嵌入式设备(2GB RAM,Intel Atom)的设备上运行我在python中制作的一个简单的小应用程序。 I am creating an exe using pyinstaller (dev version, for supporting Python 3.6) 我正在使用pyinstaller创建一个exe(dev版本,用于支持Python 3.6)

When I run the exe I get the following error: 当我运行exe时,我收到以下错误:

the procedure entry point ucrtbase.terminate api-ms-win-crt-runtime-l1-1-0.dll

Followed by this error: 接下来是这个错误:

"Error loading Python DLL:
C:\Users\User\AppData\Local\Temp\_MEI57202\python36.dll (error code 127)"

I used pyinstaller as follows: pyinstaller -w -F 我使用pyinstaller如下: pyinstaller -w -F

Any help will be greatly appreciated. 任何帮助将不胜感激。

Thank you. 谢谢。

Please let me know if you need to see the script, it's a simple one. 如果您需要查看脚本,请告诉我,这很简单。

Edit: Installing KB2999226 from Microsoft did make the error's disappear but now the script will silently not execute. 编辑:从Microsoft安装KB2999226确实使错误消失,但现在脚本将无声地执行。

Any ideas? 有任何想法吗?

Final Edit: Installing the above update solved it. 最终编辑:安装上述更新解决了它。 The problem with not executing was I used a 64Bit FFMPEG on a 32bit OS. 没有执行的问题是我在32位操作系统上使用了64位FFMPEG。 Closing with solution 结束解决方案

从MS安装KB2999226解决了它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Sagemaker:指定自定义入口点会导致未找到错误 - Sagemaker: Specifying custom entry point gives not found error 在 Python 中加载 dll 时出现 Windows 错误 1114 - Windows Error 1114 while loading dll in Python Windows:Python + OpenCV + Qt:“导入cv2”显示“找不到dll”错误 - Windows: Python + OpenCV + Qt: “import cv2” gives “dll not found” error Popen给出“找不到文件”错误(Windows / Python) - Popen gives “File not found” Error (windows/python) 加载 Python dll/LoadLibrary 时出错:找不到指定的模块 - Error loading Python dll/ LoadLibrary: The specified module could not be found Windows上的Python错误:找不到python25.dll - Python on Windows error: python25.dll not found 在另一台机器上运行可执行文件时,PyInstaller 错误加载 Python DLL - PyInstaller error loading Python DLL when running executable on another machine 运行SWIG绑定的Python + C程序在另一台计算机上运行时会出现DLL错误 - Running a SWIG bound Python+C program gives a missing DLL error when running on another computer 运行Python 2.7会出错 - Running Python 2.7 gives error 运行简单的Python Tornado应用程序时初始化错误 - Initialize error when running a simple Python Tornado app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM