Scott Talbert

Results 276 comments of Scott Talbert
trafficstars

I just tried to reproduce this on openSUSE Leap 15.2 but I could not. This is likely a bug in wxWidgets, either in the wx-config script, or whatever generates it.

Reproduced, not just a problem on macOS. I think I actually broke this myself. I'll send a fix soon.

I can't reproduce that, although I'm using macOS Monterey and also Python 3.8. Your test program works fine for me.

@kdschlosser is there anything wxPython-specific about the modules in buildtools/msvc? If not, have you considered publishing those modules separately?

> I think `python_msvc` will public in PyPI and then just use like [`devel-requirements`](https://github.com/oleksis/Phoenix/blob/5f18eca5a457412cabf4dc02139518d45223450c/requirements/devel.txt#L7) Oh, great! Yeah I think that would be preferred over bundling the code in wxPython. Thanks...

What does `wx.GetLocale()` report?

I can't reproduce this on Ubuntu 18.04, or at least I don't understand what the problem is. Are you using the default graphical environment of Ubuntu?

Scrollbar functionality may be implemented by the graphical environment (e.g., there have been problems with the scrollbar functionality in Ubuntu's Unity specifically). Does the problem show up if you make...

Thanks, I just want to make sure I'm trying to reproduce it correctly. You could try attaching it, but I'm not sure what limits GitHub has on attachment sizes. If...

Seems to possibly be platform specific also. I can't reproduce with wxPy 4.1.0 and matplotlib 3.2.2 on Linux (Ubuntu 18.04).