Skip to content

Instantly share code, notes, and snippets.

@NumesSanguis
Created December 19, 2016 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NumesSanguis/ddff440103cd0984d19725c24ac47e48 to your computer and use it in GitHub Desktop.
Save NumesSanguis/ddff440103cd0984d19725c24ac47e48 to your computer and use it in GitHub Desktop.
Kivy Windows Py3.5 ImportError: cannot import name 'kivy_config_fn'
Traceback (most recent call last):
File "main.py", line 5, in <module>
from kivy.app import App
File "C:\Python35\lib\site-packages\kivy\app.py", line 318, in <module>
from kivy.config import ConfigParser
File "C:\Python35\lib\site-packages\kivy\config.py", line 305, in <module>
from kivy import kivy_config_fn
ImportError: cannot import name 'kivy_config_fn'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment