Installing kivy-designer

108 views
Skip to first unread message

George Chakhnashvili

unread,
Mar 31, 2016, 5:40:05 AM3/31/16
to Kivy users support
  I am new to the python, I am wondering if there's any easy way to install kivy-designer, I am on Mac OS X and followed all the steps to install Kivy itself, when i tried to open application after all steps, by double-clicking it, It wasn't responding, However when i wrote "kivy" in console, It launched python shell and i had no errors after executing command "import kivy".

[INFO   ] [Logger      ] Record log in /Applications/Kivy.app/Contents/Resources/.kivy/logs/kivy_16-03-31_1.txt



[INFO   ] [Kivy        ] v1.9.1

[INFO   ] [Python      ] v3.5.0 (default, Dec 12 2015, 05:50:29)

[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)]





Then i tried to install kivy-designer too, using git, After First i got error that i needed to install cython, after i fixed it, new error appeared: 




[CRITICAL] [Text        ] Unable to find any valuable Text provider at all!

pygame
- ImportError: No module named pygame

 
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/kivy/core/__init__.py", line 59, in core_select_lib

    fromlist
=[modulename], level=0)

 
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/kivy/core/text/text_pygame.py", line 12, in <module>

   
import pygame




pil
- ImportError: No module named PIL

 
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/kivy/core/__init__.py", line 59, in core_select_lib

    fromlist
=[modulename], level=0)

 
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/kivy/core/text/text_pil.py", line 8, in <module>

   
from PIL import Image, ImageFont, ImageDraw




[CRITICAL] [App         ] Unable to get a Text provider, abort.



I tried to install pyGame using homebrew 

Also tried this:

 git clone http://github.com/tito/osxrelocator





and even tried to reinstall Kivy with git:

git clone http://github.com/kivy/kivy

.

But i was getting same errors, without any updates.


Anyways, my question is:

is there any way to install Kivy-designer app easily on Mac OS X?, or how can i fix this errors ?

Thanks.

Reply all
Reply to author
Forward
0 new messages