View Single Post
Posts: 88 | Thanked: 63 times | Joined on Feb 2008 @ Solingen; Germany
#10
worked and saved time!

but the problem is still present. I don't know what needs to be done different to Android, but the windows are still empty as before.
As you can see here:
https://github.com/kivy/kivy/issues/...mment-15326142
So the SDL packages in maemo extras seem to be OK.

There is also a problem getting OpenGL initalized, so you'll need to add these lines to the top of every Kivy app or example:
Code:
import pygame
pygame.display.init()
pygame.display.set_mode((0, 0), pygame.OPENGL)
Maybe you can find the problem :/

Finally my bundle:
http://rapidshare.com/files/52682507...-bundle.tar.gz
You can start Python2.7 + Kivy, Cython, Pygame and SDL libs via:
Code:
Kivy-bundle/usr/bin/python <py-file>
PS: I'm not sure about installing my bundle, but I had to install it to /home as /home/user is using vfat. I look forward to hear about your experiances

Last edited by thopiekar; 2013-03-26 at 14:06.
 

The Following 2 Users Say Thank You to thopiekar For This Useful Post: