I have installed dev version 1.8 for kivy. Now I am installing the kivy-designer in windows. I have done with installing filebrowser in tools.
python ../garden.py install filebrowser
[INFO ] Kivy v1.8.0-dev
still, when I am trying to run main.py of kivy designer in windows, it gives me error :
Traceback (most recent call last):
File "main.py", line 2, in <module>
from designer.app import DesignerApp
File "D:\Kivy-1.6.0-w32\kivy\kivy\tools\kivy-designer\designer\app.py", line 17, in <module>
from kivy.garden.filebrowser import FileBrowser
ImportError: No module named filebrowser
how i will solve this error?
They say "...we provide a tool in kivy/tools/garden..." but there is no such tool. So I got a workaround by installing required package manually by following http://kivy-garden.github.io/:
Create "garden"s root directory:
Download garden.filebrowser from https://github.com/kivy-garden/garden.filebrowser into this folder:
Optionally, you may check your installation. In Python terminal, type: