简体   繁体   English

pyFLTK(python v2.7,pyFLTK 1.3):ImportError:DLL加载失败:找不到指定的模块

[英]pyFLTK (python v2.7, pyFLTK 1.3): ImportError: DLL load failed: The specified module could not be found

I just used the pyFLTK installer ( http://sourceforge.net/projects/pyfltk/ ). 我只是使用pyFLTK安装程序( http://sourceforge.net/projects/pyfltk/ )。 That gave me the DLL load error. 这给了我DLL加载错误。

I read that you have to install FLTK as well. 我读到您也必须安装FLTK。 Where exactly do I install this? 我到底要在哪里安装它?

As well, after reading this question , I found out that _fltk.pyd was apparently missing LIBGCC_S_DW2-1.DLL, LIBSTDC++-6.DLL, MSVCR71.DLL, GPSVC.DLL. 同样,在阅读了此问题之后 ,我发现_fltk.pyd显然缺少LIBGCC_S_DW2-1.DLL,LIBSTDC ++-6.DLL,MSVCR71.DLL,GPSVC.DLL。 How do I fix this? 我该如何解决?

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

相关问题 Python 2.7:ImportError:DLL加载失败:找不到指定的模块 - Python 2.7: ImportError: DLL load failed: The specified module could not be found Python:ImportError:DLL加载失败:找不到指定的模块 - Python: ImportError: DLL load failed: The specified module could not be found Python ImportError:DLL加载失败:找不到指定的模块 - Python ImportError: DLL load failed: The specified module could not be found ImportError: DLL 加载失败:在 python 中找不到指定的模块 - ImportError: DLL load failed: The specified module could not be found in python ImportError:DLL加载失败:找不到指定的模块 - ImportError: DLL load failed: The specified module could not be found cv2 ImportError:DLL加载失败:找不到指定的模块 - cv2 ImportError: DLL load failed: The specified module could not be found 导入错误:DLL 加载失败:找不到 numpy 的指定模块 - ImportError: DLL load failed: The specified module could not be found for numpy MeCab:“ ImportError:DLL加载失败:找不到指定的模块。” - MeCab: “ImportError: DLL load failed: The specified module could not be found.” 导入错误:DLL 加载失败:找不到指定的模块 - ImportError: DLL load failed: The specified module could not be found 导入错误:DLL 加载失败:找不到指定的模块 - PyCharm - ImportError: DLL load failed: The specified module could not be found - PyCharm
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM