On Saturday, January 24, 2015 at 9:36:56 AM UTC+5:30, Rustom Mody wrote: > On Thursday, January 22, 2015 at 10:43:30 PM UTC+5:30, Automn wrote: > > Hello, > > > > I am programming a "Secret of Mana" (Seiken Densetsu) game in kivy, it runs > > on a phone with kivy launcher. > > > > Features for now are : movement by swiping, polygon collision and image > > state > > changes with resource handling. > > > > The codebase can be found at : > > https://sourceforge.net/projects/kivypriestsoflore2 > > > > The graphics have been licensed for this. > > > > Automn > > -- > > my blog : http://thediaryofelvishhealer.blogspot.com/ > > Time heals. > > Is this runnable on a computer? > [I mean the old fashioned ones that sit on desks] > > I tried installing it and am getting > > rusi@Gpa:~$ python3 kk.py > [INFO ] Kivy v1.8.0 > [INFO ] [Logger ] Record log in > /home/rusi/.kivy/logs/kivy_15-01-24_3.txt > [INFO ] [Factory ] 157 symbols loaded > [DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones > [DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s > [DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones > [INFO ] [Image ] Providers: img_tex, img_dds, img_gif (img_pygame, > img_pil ignored) > [DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s > [DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=3600s > [DEBUG ] [App ] Loading kv <./pong.kv> > [DEBUG ] [App ] kv <./pong.kv> not found > [DEBUG ] [Window ] Ignored <egl_rpi> (import error) > [DEBUG ] [Window ] Ignored <pygame> (import error) > [WARNING] [WinPygame ] SDL wrapper failed to import! > [DEBUG ] [Window ] Ignored <sdl> (import error) > [DEBUG ] [Window ] Ignored <x11> (import error) > [CRITICAL] [Window ] Unable to find any valuable Window provider at all! > [CRITICAL] [App ] Unable to get a Window, abort.
Ok After installing pygame I get the black window of the first pong example However Ive to run it as root else I get PermissionError: [Errno 13] Permission denied: '/dev/input/event4' self._fd = os.open(filename, os.O_NONBLOCK | os.O_RDONLY) PermissionError: [Errno 13] Permission denied: '/dev/input/event9 -- https://mail.python.org/mailman/listinfo/python-list