hi, im trying to do an aplication that requiere to use a video screen. I find the libvlc api for python and i think that its just what i need. I run a example that i found: #! /usr/bin/python # -*- coding: utf-8 -*- # # WX example for VLC Python bindings # Copyright (C) 2009-2010 the VideoLAN team #...