Scott Talbert
Scott Talbert
Indeed, we don't support building with wx 3.3. It's unclear yet whether we'll start building against wx unstable (3.3.x) releases or wait until the next stable release (3.4).
I don't have a good answer for the 1st Gen remotes, but the newer MyHarmony remotes *are* supported through Concordance and MHGUI (which is part of Congruity, https://github.com/congruity/congruity).
Yes, I suppose the other option is that we could build our own version of curl (+ dependencies) and bundle it with the wheel on macOS. I really kind of...
Hello, I changed how the macOS wheels are being built - I'm now building them with their own copy of libcurl (and dependencies). If you could test the wheels here...
@Krumpet did it work once you installed the right wheel? Note: I plan to do a new release very soon to PyPI.
You can see them with `pycurl.version` ``` >>> import pycurl >>> pycurl.version 'PycURL/7.45.4 libcurl/8.11.1-DEV OpenSSL/3.4.0 zlib/1.2.11 libssh2/1.11.1_DEV nghttp2/1.64.0' ```
> But is there any way to know statically what versions were used in a particular release? For example, suppose we needed to avoid particular versions of libcurl or openssl...
Your code example seems to work fine on Linux and I can't reproduce any of those problems. Possible macOS specific problems?
Can you find a C++ stacktrace in macOS somewhere?