I
I
ibr_982017-10-21 22:24:47
Kivy
ibr_98, 2017-10-21 22:24:47

Why is kivy throwing an error?

Hello!
I ran into a problem, after installing the module kivyI try to test it, and in the very first line of code it gives an error
code: error:
from kivy.app import App

Traceback (most recent call last):
  File "C:\Users\intel\Desktop\kivy\kivy.py", line 1, in <module>
    from kivy.app import App
  File "C:\Users\intel\Desktop\kivy\kivy.py", line 1, in <module>
    from kivy.app import App
ImportError: No module named 'kivy.app'; 'kivy' is not a package

(python 3.5)
thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
falsebyte, 2017-10-22
@ibr_98

rename kivy.py to test.py

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question