-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS support? #28
Comments
I think that it is the bug in the VLC bindings generator that you found above which was only fixed after we generated our copy. I'll update our bindings in the ratings branch but I would need you to check whether that fixes the issue since I don't own any OS X machines. |
67d9f97 doens't work...
|
I have the same issue. This are my tests and hypotesis. I may helps somebody First, checks the dylib defined on vlc.py (/clay/vlc.py#L179) $ otool -L /Applications/VLC.app/Contents/MacOS/lib/libvlc.dylib From python console I try the following:
My guess is that ctypes does not follows @rpath on .dylib osx's symbolic links. |
I'm experiencing the same thing. I'll try to take a look, but no guarantees. |
The fix that worked for me was: oaubert/python-vlc#37 (comment) But now I get "illegal hardware instruction" (Im building from source) |
Thanks for that tip, I'll look into it. I am guessing the bug is still on the part of VLC or another of our dependencies? Clay is pure Python so I don't think that there is much room for us to have illegal hardware instructions so it must be something written in CPython. Also, complete aside but I noticed it after posting, but I am the only who gets profoundly uncomfortable with getting the label |
Hi,
I tried to install clay via pipy:
but can't start it:
how can I resolve this problem? there was a (maybe) related issue: oaubert/python-vlc#37
The text was updated successfully, but these errors were encountered: