I have visited the python bindings web, i did the instructions and i can not import the vlc library for python.
I use python 2.7. I have copied the vlc.py file into a path folder (consulted with sys.path). I make imports like an example (gtkvlc.py) with the next order:
import gtk
gtk.gdk.threads_init()
import sys
import vlc
when i make import vlc, it says: "no module named vlc"
I have made the install like it says on the README's file: python setup.py develop, i tried like as normar user as root, and it do nothing (appears an error).
How can i install python vlc libraries on ubuntu?