--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/81DXMQ.9MFICIMPXCK13%40gmail.com.
Hello Matthias,
I have problems too, but I can't determine the origin ...
(1) On Linux MAGEIA, GNOME/Wayland save programmatically position works well with Python 2.7 / wxPython.2.8.12, but does not work on Python 3.8 / wxPython 4.1.0 or wxPython 4.1.1. Maybe GTK problem ?
In the same environment, I have another problems (would be reproduced In the demo too) with wxGrids on wxPython 4.1.1 and no problem on wxPython 4.1.0. But with wxPython 4.1.0, many many GTK Warnings.
On Windows, Python 3.8 / wxPython.4.1.0 save programmatically position works, no problems with wxGrids, but sometimes all the Python program crashes. All work on Python 2.7 / wxPython 2.8.12.
I have not made tests on GNOME/Xorg ...
I imagine the paint is not yet dry, so I hope wxPython 4.1.2 will
appear soon ... :-)
Hugues JEAN-BAPTISTE
I am writing a GUI application with wxPython, which uses a "main" window with all the controls, and some "secondary" windows where data gets plotted (using matplotlib). I am working mostly on GNOME/Xorg, but recently also was on GNOME/Wayland, where I observed a few issues with my application. I wonder if these issues are related to wxPython, Wayland, or both. Any thoughts or feedback would be welcome!
Do you experience any issues running the wxpython Demo suite under Weyland? If you do they you have a perfect minimal example to point to, and for people to try to debug, not then it may be something that you have been doing in your application that XOrg resolves for you but Weyland doesn't.
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
wxpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/0YRYMQ.7SGNNP8D4YT6%40gmail.com.
Do you experience any issues running the wxpython Demo suite under Weyland?
On Fri, 15 Jan 2021, Matthias Brennwald wrote:
On Fr, Jan 15, 2021 at 17:48, Steve Barnes <Gadge...@live.co.uk> wrote: Do you experience any issues running the wxpython Demo suite under Weyland? I don't know what the "wxpython Demo suite" is. I am using this: https://packages.debian.org/sid/python3-wxgtk4.0 I don't know if / where there is a "demo" that would go with this.https://github.com/wxWidgets/Phoenix/tree/wxPy-4.0.x/demo
Of from a terminal just typing wxdemo __should__ download, unpack and install the wxdemo.
Scott,
What do you get from the following commands?
python -c"import wx;print(wx.version(), wx.__file__);"
python -c"from wx.tools import wxget_docs_demo; wxget_docs_demo.demo_main();"
Steve
From: wxpytho...@googlegroups.com <wxpytho...@googlegroups.com>
On Behalf Of Matthias Brennwald
Sent: 16 January 2021 10:15
To: wxpytho...@googlegroups.com
Subject: RE: [wxPython-users] Re: wxPython / Wayland issues
On Fr, Jan 15, 2021 at 18:11, Scott Talbert <s...@techie.net> wrote:
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
wxpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/C5V0NQ.1T5JGVR66TU51%40gmail.com.