Skip to content

module 'mpv' has no attribute 'MPV' #60

Closed
@TailyFair

Description

@TailyFair

Hi,

Enviroment:
Windows 10 x64
Python 3.6
python-mpv 0.3.7
youtube-dl 2017.12.14
mpv 2017.09.13

I'm trying out examples provided in readme.md.
But I get following error:
module 'mpv' has no attribute 'MPV'

I tried playing around and now I get different error when importing mpv module:

Traceback (most recent call last):
  File "C:\Users\Karolis\Desktop\test.py", line 1, in <module>
    import mpv
  File "C:\Users\Karolis\Desktop\mpv.py", line 31, in <module>
    backend = CDLL('mpv-1.dll')
  File "C:\Users\Karolis\AppData\Local\Programs\Python\Python36-32\lib\ctypes\__init__.py", line 348, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions