Problem using vlc.py on osx
Posted: 10 Oct 2012 02:08
I am having a problem when using the python binding on osx 10.8
Here is what I did
1. Installed VLC 2.0.3
2. Pulled the python binding from git://git.videolan.org/vlc/bindings/python.git
when I run
I get this error:
The same steps on windows works perfectly
Anyone have any idea what is going on?
Here is what I did
1. Installed VLC 2.0.3
2. Pulled the python binding from git://git.videolan.org/vlc/bindings/python.git
when I run
Code: Select all
python vlc.py ~/Dev/_samples_/bee_960.mov
Code: Select all
[0x101b10b20] main window error: corrupt module: /Applications/VLC.app/Contents/MacOS/plugins/libmacosx_plugin.dylib
Anyone have any idea what is going on?