Code: Select all
Warning: option --plugin-path no longer exists.
Warning: option --plugin-path no longer exists.
[0000000109332158] core libvlc error: No plugins found! Check your VLC installation.
Traceback (most recent call last):
File "/Users/me/Python/VLC_xamples-wxvlc.py", line 224, in <module>
player = Player("Simple PyVLC Player")
File "/Users/me/Python/VLC_xamples-wxvlc.py", line 110, in __init__
self.player = self.Instance.media_player_new()
AttributeError: 'NoneType' object has no attribute 'media_player_new'
Code: Select all
RESTART: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vlc.py
Usage: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vlc.py [options] <movie_filename>
Once launched, type ? for help.
Build date: Fri Apr 15 16:45:33 2016 (0x0)
LibVLC version: 2.2.3 Weatherwax (0x2020300)
LibVLC compiler: clang: warning: argument unused during compilation: '-mmacosx-version-min=10.6'
Plugin path: /Applications/VLC.app/Contents/MacOS/plugins
http://git.videolan.org/?p=vlc/bindings ... 4c;hb=HEAD
I would love to get this working, but am googled out, what am I doing wrong please?