python 3.3 - Kivy pygame error -


i've been trying kivy work on mac (lion), i've been encountering issues. followed instructions on kivy site, , since kivy 1.8 supports python 3, wanted run 3.3, , got work, editing kivy file point 3.3 instead of 2.7. tried drop .py program on kivy icon, app opened nothing happened. tried run command line. opened 3.3, expected, got following error.

python 3.3.4 (default, mar  6 2014, 20:14:14)  [gcc 4.2.1 compatible apple llvm 4.2 (clang-425.0.28)] on darwin type "help", "copyright", "credits" or "license" more information. >>> import pygame traceback (most recent call last): file "<stdin>", line 1, in <module> file "/applications/kivy.app/contents/resources/lib/sitepackages/pygame/__init__.py", line 127, in <module> pygame.base import * importerror: dlopen(/applications/kivy.app/contents/resources/lib/sitepackages/pygame/base.so, 2): symbol not found: _pycobject_type referenced from: /applications/kivy.app/contents/resources/lib/sitepackages/pygame/base.so expected in: flat namespace in /applications/kivy.app/contents/resources/lib/sitepackages/pygame/base.so 

i have no idea why error, since installed pygame 3.3, , import pygame or from pygame.base import * work error free. issue pygame explain why .py files fail execute when drop them onto kivy icon?

kivy.app , dependencies included in compiled , python 2.7. cannot use 3.3.

if want try kivy 3.3, need compile kivy :)


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -