Scott Talbert
Scott Talbert
> @swt2c sorry to bug. Are you able to review this (or help track down the windows compile error)? Or maybe know who to ping for it? Yes, I will...
> Not sure what you did on the backend, but now everything except Python 3.7 are succeeding, nice! I looked into that, there wasn't even a build run for Python...
Are you using X11 or Wayland?
Really nice work @CypherGrue in troubleshooting the issue. Unfortunately, I don't think we can do much to help in wxPython, but I'd suggest bringing your issue upstream to the cairo...
Undefined Symbol _ZThn712_N9wxListBox13DoInsertItemsERK21wxArrayStringsAdapterjPPv16wxClientDataType
Seems like perhaps you have an outdated wxwidgets library in your path (ie, your grep should be finding a libwx_gtk3u_core*.so file).
Undefined Symbol _ZThn712_N9wxListBox13DoInsertItemsERK21wxArrayStringsAdapterjPPv16wxClientDataType
I wonder if perhaps your system copy of wxWidgets config files got used somehow? Do you have any build logs available?
Undefined Symbol _ZThn712_N9wxListBox13DoInsertItemsERK21wxArrayStringsAdapterjPPv16wxClientDataType
> It looks like wxListBox has an extra base class of `wxItemContainer` in the sip file. I'm not familiar with sip. > > ``` > $ grep -r class.wxListBox >...
Very interesting. I don't think the issue is quite as you stated - really, it seems that in the C++ API, `skip` is both an output *and* an input, and...
You need to install the python-config that corresponds to the Python 3.11 that you installed. Did you install a distribution package? Usually this will be something like `python3.11-devel`.
Now you are seeing #2422.