Robin Dunn

Results 76 comments of Robin Dunn

Try this: * Remove the `./build` folder so everything from prior attempts is gone. Alternatively, wiping out the entire source tree and unpacking from the source archive again will ensure...

The code that patch applies to is long gone, but it's possible that the `get_python_lib` can still be useful here. I don't think I have a system currently that uses...

This pull request has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/linux-wheels-with-manylinux2010/34167/18

The plan is to progressively reduce the use of distutils. The first step is here: #2164

This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/menubar-spinctrl-and-copy/35968/10

This code snippet in the OP still fails, but I'm not sure I can say which is wrong. 4.1.0 for allowing it to work, or 4.1.1 for failing. Anyway, I...

This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/flatnotebook-crashing-application-when-drag-tabs-on-an-osx-m1-machine/35815/2

This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/save-file-in-stc-and-utf-8/36034/2

There are a couple different issues in play here. 1st is the possible flicker if buffered drawing is not use. 2nd is the bitmap stretching on the HiDPI screens. The...

> That makes me wonder if the bug is with wxWidgets Yes, it likely is.