pyFLTK(python v2.7,pyFLTK 1.3):ImportError:DLL加载失败:找不到指定的模块
我刚刚使用了 pyFLTK 安装程序 (http://sourceforge.net/projects/pyfltk/)。这给了我 DLL 加载错误。
我读到您还必须安装 FLTK。我到底要在哪里安装这个?
另外,在阅读这个问题< /a>,我发现_fltk.pyd显然缺少LIBGCC_S_DW2-1.DLL,LIBSTDC++-6.DLL,MSVCR71.DLL, GPSVC.DLL。我该如何解决这个问题?
I just used the pyFLTK installer (http://sourceforge.net/projects/pyfltk/). That gave me the DLL load error.
I read that you have to install FLTK as well. 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. How do I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用替代安装程序 http://www.lfd.uci.edu/~gohlke /pythonlibs/#pyfltk。
Try the alternative installer at http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyfltk.