Search code examples
pythonvlc

Import Vlc module in python


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?


Solution

  • I had a same issue. You should try sudo pip install python-vlc