A big thank you to @swt2c for all his efforts in making this new release and also to all those who contributed to it!
I have installed it using pip
on my 2 desktop PCs running Python 3.12.3 & Linux Mint 22 and tested most of my applications without finding any issues.
9 Likes
wxdan
September 12, 2024, 12:28pm
2
yay! thank you!
does anyone know what wxWidgets tag this was linked with? Iām still liking with 3.2.0
Python 3.12.3 (main, Jul 31 2024, 17:43:48) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.version()
'4.2.2 gtk3 (phoenix) wxWidgets 3.2.6'
>>>
2 Likes
wxdan
September 12, 2024, 12:58pm
4
Thank you!
guess I could have got that myself , ā4.2.2 msw (phoenix) wxWidgets 3.2.6ā
wxWidgets 3.2.6 is API and ABI-compatible with wxWidgets 3.2.X, so I guess Iām good
Thank you sir! Great news for my app.