我无法让Kivy在Windows 7上使用PyCharm.我已经设法通过File> Settings> Python interpreters> Paths Tab添加大多数外部库.
我正在使用Kivy版本的Python.当我在PyCharm中使用[右键单击>发送到> kivy.bat]方法运行一个可以正常运行的Kivy应用程序时,它会给我这个错误:
Failed modules
Python 2.7.3 (C:/Python27/python.exe)
_imagingtk
dde
gtk._gtk
pangocairo
Generation of skeletons for the modules above will be tried again when the modules are updated or a new version of generator is available
Run Code Online (Sandbox Code Playgroud)
我认为问题可能与cython有关,因为我的文件无法识别kivy.properties文件,这是Cython*.pxd格式.
如果有人可以请我指向PyCharm和Kivy的Windows配置教程或给我解决我的问题,我将不胜感激!