I tried some code from here: http://pythonide.blogspot.com/2008/03/howto-write-wxpython-video-player-with.html for showing video in a wxpython window. I don't think this is an error in the code but rather an error with my libs or something. The error when running the code is this:
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
python: ../../src/xcb_io.c:273: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
What does that mean? I don't even know where to start trouble shooting :-/