Fix:

Running this was suggested by @matham in #3889 and solves the problem described below:
python -m pip install --upgrade docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew kivy.deps.gstreamer --extra-index-url https://kivy.org/downloads/packages/simple

Problem description:

I also encountered this problem after installing kivy 1.9.1 and the kivy designer on Windows 10, Anaconda 2.4.1 (Python v3.4.3)

Kivy installation:
python -m pip install --upgrade pip wheel setuptools
python -m pip install kivy

import kivy in python works.

Kivy-designer-installation:
I followed https://kivy-designer.readthedocs.org/en/latest/installation.html
This step didn't work for me:

(on windows use kivy.bat in the kivy folder)

since I couldn't find the kivy.bat file anywhere.

garden install filebrowser

worked for me though (maybe I had "garden" installed already).

Starting the kivy-designer
Running
python main.py
results in

from kivy.graphics.instructions import Callback, Canvas, CanvasBase, \ ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

Following these steps by @tito

#. open a command line, same as the one you would use for kivy
#. go into the kivy/graphics directory
#. open a python shell
#. import ctypes
#: ctypes.CDLL('fbo.pyd')

results in

>>> ctypes.CDLL('fbo.pyd')
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Anaconda3\lib\ctypes\__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] Das angegebene Modul wurde nicht gefunden

Any help is appreciated : )

最新文章

  1. 从零开始,DIY一个jQuery(2)
  2. Eclipse下使用SVN版本控制
  3. location url 反向代理到来机的其它端口 gitlab
  4. 前端技术-PS切图
  5. pycharm 使用小结
  6. Javascript网页摇一摇
  7. 用CSV文件读写数据的两种方式(转)
  8. translucent 属性
  9. ejb ql 返回object
  10. underscore.js,jquery.js源码阅读
  11. js计算指定日期的下一年的日期
  12. 洛谷P1781宇宙总统题解
  13. 网络编程 tftp下载文件的编程
  14. 第一次用python 写的简单爬虫 记录在自己的博客
  15. 启动虚拟机提示&quot;Units specified don’t exist SHSUCDX can’t install&quot;
  16. std::string 的方法c_str() 和 data() 有什么区别
  17. E_FAIL (0x80004005) MachineWrap
  18. System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed.
  19. thinkphp在wamp 配置去掉url中index.php方法
  20. Django---应用如何创建

热门文章

  1. Manthan, Codefest 16 H. Fibonacci-ish II 大力出奇迹 莫队 线段树 矩阵
  2. iOS 带箭头菜单选项弹窗LFPopupMenu
  3. Linux中KVM虚拟机是什么
  4. .net 程式進階除錯教學 - 使用WinDbg
  5. JS的scrollIntoView学习
  6. easyui 后台系统引入富文本编辑器的使用
  7. 二十四种设计模式:抽象工厂模式(Abstract Factory Pattern)
  8. (转)HBase 常用Shell命令
  9. Jconsole
  10. TestNG系列之三:TestNG忽略测试