jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
543 stars 68 forks source link

`mpv-1.dll` to path Instruction #174

Closed alexpandain closed 3 years ago

alexpandain commented 3 years ago

I read the Readme and downloaded libmpv on my windows also added libmpv folder to path but still showing error abt mpv-1.dll Please tell step by step correctly how to add mpv-1.dll to path

neinseg commented 3 years ago

As the README says, you can put that dll e.g. next to your python.exe or next to mpv.py. Where did you put it and how did you call your script? Please post the terminal output.

alexpandain commented 3 years ago

As the README says, you can put that dll e.g. next to your python.exe or next to mpv.py.

Thanks,I put it on python dir. and its not throwing mpv-1.dll error anymore