Python vlc on Mac - Warning: option --plugin-path no longer exists
Posted: 22 May 2016 08:01
Hi, I am on Mac and have the latest VLC in Applications, I have installed the vlc.py into the correct place for my Python 2.7, and am trying to run the wxvlc.py script (link below) as I use wxpython, but I constantly get the error:
If I run the vlc.py file I get this output:
Link to wxvlc.py
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?
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?