kivy - ImportError: No module named jedi -


i work windows 7, python 3.4 , kivy 1.9.1 after following instructions kivy-designer installation docs , installing modules needed correctly, try run app cmd python -m designer error title:

 traceback (most recent call last):    file "c:\python27\lib\runpy.py", line 162, in _run_module_as_main      "__main__", fname, loader, pkg_name)    file "c:\python27\lib\runpy.py", line 72, in _run_code      exec code in run_globals    file "c:\users\milos.grujic\desktop\kivy-designer\designer\__main__.py", line  3, in <module>      designer.app import designerapp    file "designer\app.py", line 9, in <module>      designer.components.designer_content import designercontent    file "designer\components\designer_content.py", line 5, in <module>      designer.uix.py_code_input import pyscrollview    file "designer\uix\py_code_input.py", line 1, in <module>      import jedi  importerror: no module named jedi 

i have installed kivy , succesfully built test apps it. when try install said module through pip install jedi cmd reports installed. i've tried find questions no yield. ther note in installation docs "install filebrowser" step:

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

and command garden install filebrowser. unsure how implement or should kivy.bat.

what missing, how make work?

you use python 3.4 in logs see program run python 2.7

file "c:\python27\lib\runpy.py", line 162, in _run_module_as_main

i think problem in windows path. add python 3.4 in path or run program using path\to\python3 -m designer


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -