Scott Talbert
Scott Talbert
`GetHandle()` doesn't do anything on Wayland as you can see. As a workaround, you could try forcing your program to run in X11 by doing something like `GDK_BACKEND=x11 python3 your_program.py`.
Visual Studio Code might be forcing X11 itself?
We could probably make `GetHandle()` return *something* on Wayland, probably a `wl_surface`, but is that what you really want? What are you doing with the handle?
The problem is, under Wayland, there are no X windows. I looked at the documentation for python-vlc and it seems unlikely that it supports Wayland. If you really want to...
> I tried wx.media.MediaCtrl, and got an error: NotImplementedError. That means your wxPython was compiled without `wx.MediaCtrl` support. That probably means that the gstreamer development packages weren't installed when you...
That is strange. Do you mind testing this with version 4.0.7 on Windows to see if you see the same behavior there?
https://github.com/wxWidgets/Phoenix/releases/tag/wxPython-4.2.0
Why do you need a GitHub release?
I'll let Robin decide if he wants to use GitHub releases (based on history, it seems he does not), but it seems the canonical location for releases/source distributions is PyPI...
You need `attrdict3` not `attrdict`. Note that it is only actually used on Windows currently, so I submitted a PR to remove it on other platforms, see #2224