Код: Выделить всё
C:\Users\Me>pip install python-vlc
Requirement already satisfied: python-vlc in c:\python34\lib\site-packages
Код: Выделить всё
Python 3.4.4rc1 (v3.4.4rc1:04f3f725896c, Dec 6 2015, 17:06:10) [MSC v.1600 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import vlc
Traceback (most recent call last):
File "", line 1, in
File "C:\Python34\lib\vlc.py", line 181, in
dll, plugin_path = find_lib()
File "C:\Python34\lib\vlc.py", line 159, in find_lib
dll = ctypes.CDLL(p)
File "C:\Python34\lib\ctypes\__init__.py", line 351, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application
>>>
Подробнее здесь: https://stackoverflow.com/questions/436 ... tion-error