繁体   English   中英

Tkinter给出导入错误:DLL加载失败:找不到指定的模块

[英]Tkinter giving Import Error: DLL load failed: The specified module could not be found

我有一台64位计算机,但是由于与其他软件的兼容性问题,我正在使用32位python(与我的应用程序相关的所有软件均为32位)。 当我尝试运行我的应用程序时,它给我以下tkinter错误:

ImportError: DLL load failed: The specified module could not be found.

谁能建议我一个解决方案。

我通过从python_script文件夹中删除_thinker.pyd_tkinter.lib文件解决了此错误(在Windows 10上为Python 2.7 32位)。 后来我删除了python_script文件夹本身。

暂无
暂无

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM