Has anyone ever experienced crashes related to the RichTextCtrl on Windows XP? When attempting to run the RichTextCtrl demo, it crashes the application with no stacktrace.
I’m using wx.version is 3.0.0.0 msw (classic) on 32 bit Python 2.7.9.
Even attempting to import and instantiate a RichTextCtrl object crashes the application.
Does anyone have any potential avenues I can investigate, because I’m out of ideas.
Has anyone ever experienced crashes related to the RichTextCtrl on Windows
XP? When attempting to run the RichTextCtrl demo, it crashes the
application with no stacktrace.
I'm using wx.version is 3.0.0.0 msw (classic) on 32 bit Python 2.7.9.
Even attempting to import and instantiate a RichTextCtrl object crashes
the application.
Does anyone have any potential avenues I can investigate, because I'm out
of ideas.
Huh. I just tried not exactly the same versions, but close, and it doesn't
crash:
wxPython 3.0.2.0
Python 2.7.3, 32 bit
Windows XP SP3
If no one else chirps in with suggestions, I can try it with Python 2.7.9,
though I doubt that is going to matter.
Is the rest of the wxPython demo working for you? Is that how you're
running the RichTextCtrl demo, through the wxPython Demo?
Che
···
On Tue, Mar 3, 2015 at 11:58 AM, alexander <alexodonovanjones@gmail.com> 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-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
As Che M pointed out, you should be fine with 3.0.2 (which is officially released)
···
On Tuesday, March 3, 2015 at 5:58:07 PM UTC+1, alexander wrote:
Has anyone ever experienced crashes related to the RichTextCtrl on Windows XP? When attempting to run the RichTextCtrl demo, it crashes the application with no stacktrace.
I’m using wx.version is 3.0.0.0 msw (classic) on 32 bit Python 2.7.9.
Even attempting to import and instantiate a RichTextCtrl object crashes the application.
Updating to 3.0.2.0 seems to fix the issue. I’m not sure how I missed trying that as an option, but thank you for your help.
···
On Tuesday, 3 March 2015 16:58:07 UTC, alexander wrote:
Has anyone ever experienced crashes related to the RichTextCtrl on Windows XP? When attempting to run the RichTextCtrl demo, it crashes the application with no stacktrace.
I’m using wx.version is 3.0.0.0 msw (classic) on 32 bit Python 2.7.9.
Even attempting to import and instantiate a RichTextCtrl object crashes the application.
Does anyone have any potential avenues I can investigate, because I’m out of ideas.