diff options
author | jaseg <git@jaseg.de> | 2024-08-14 11:05:01 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-08-14 11:05:01 +0200 |
commit | 16cd0b338e50419713b2d7bd8fea956cb593c303 (patch) | |
tree | cbe9add132fb43b75758946295fc93d5c9a721fd /README.rst | |
parent | 3d09f5199e73dd010b22e81709452cc0117d73e7 (diff) | |
download | python-mpv-16cd0b338e50419713b2d7bd8fea956cb593c303.tar.gz python-mpv-16cd0b338e50419713b2d7bd8fea956cb593c303.tar.bz2 python-mpv-16cd0b338e50419713b2d7bd8fea956cb593c303.zip |
Windows: Look for mpv.dll next to mpv.py
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -29,8 +29,9 @@ submit a `pull request`_ on github. On Windows you can place libmpv anywhere in your ``%PATH%`` (e.g. next to ``python.exe``) or next to this module's ``mpv.py``. Before falling back to looking in the mpv module's directory, python-mpv uses the DLL search order built -into ctypes, which is different to the one Windows uses internally. Consult `this stackoverflow post -<https://stackoverflow.com/a/23805306>`__ for details. +into ctypes, which is different to the one Windows uses internally. You can modify `%PATH%` before importing python-mpv +to modify where python-mpv looks for the DLL. Consult `this stackoverflow post <https://stackoverflow.com/a/23805306>`__ +for details. Python >= 3.9 ............. |