You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Mac OSX 10.11.1, python 2.7.11, installed wxpython via homebrew and the version is 3.0.2. I am trying to play a video through VLC python binding. I need to set a window handle to the vlc player for the video to be drawn on.
but there's no video. After reading this stackoverflow post (http://stackoverflow.com/questions/31014804/nsview-from-wxpython), I realized that this may be an issue with how wxpython is done. Is there an easy way to get the NSView wrapped in the ControlRef? What would you suggest me do there?
Thanks!
The text was updated successfully, but these errors were encountered:
I am on Mac OSX 10.11.1, python 2.7.11, installed wxpython via homebrew and the version is
3.0.2
. I am trying to play a video through VLC python binding. I need to set a window handle to the vlc player for the video to be drawn on.I tried the following:
but there's no video. After reading this stackoverflow post (http://stackoverflow.com/questions/31014804/nsview-from-wxpython), I realized that this may be an issue with how wxpython is done. Is there an easy way to get the NSView wrapped in the ControlRef? What would you suggest me do there?
Thanks!
The text was updated successfully, but these errors were encountered: