I am trying to create a media player using vlc and python but it throws an Error which is No module named vlc. how to fix this?
I had a same issue. You should try sudo pip install python-vlc
sudo pip install python-vlc