wx.AboutDialogInfo causes crash on Windows XP

I’ve copied and pasted the source from Mike Driscoll’s demo of AboutDialog (here: http://www.blog.pythonlibrary.org/2008/06/11/wxpython-creating-an-about-box/) and tried it. Works fine on OSX, but with the latest version of wxPython (3.0.0.0 msw (classic)), Python (2.7.8), etc on Windows XP (SP3) it crashes Python. No traceback, etc.

Are you going to tell me to upgrade to Windows now? That said, the user base I’m targeting is still largely using XP. If I want to be able to support Windows XP, do I need to use specific versions of Python/wxPython, etc.?

IIRC, the Classic 3.0.0.0 build has some problems on XP. Try a later build.

https://groups.google.com/forum/#!topic/wxPython-dev/cXQzt1sO81k

or more directly, http://wxpython.kosoftworks.com/preview/ 20140707 is the latest (there anyway).

HTH.

Cheers,

Scott.

···

On Sat, Aug 16, 2014 at 5:50 PM, Nick Vahalik nick@nickvahalik.com wrote:

I’ve copied and pasted the source from Mike Driscoll’s demo of AboutDialog (here: http://www.blog.pythonlibrary.org/2008/06/11/wxpython-creating-an-about-box/) and tried it. Works fine on OSX, but with the latest version of wxPython (3.0.0.0 msw (classic)), Python (2.7.8), etc on Windows XP (SP3) it crashes Python. No traceback, etc.

Are you going to tell me to upgrade to Windows now? That said, the user base I’m targeting is still largely using XP. If I want to be able to support Windows XP, do I need to use specific versions of Python/wxPython, etc.?

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.

There is more about the 3.0.0 XP problem .

···

On 17/08/14 18:36, grunculus wrote:

    IIRC, the Classic 3.0.0.0 build has some problems

on XP. Try a later build.

https://groups.google.com/forum/#!topic/wxPython-dev/cXQzt1sO81k

or more directly, http://wxpython.kosoftworks.com/preview/
20140707 is the latest (there anyway).

HTH.

Cheers,

Scott.

here

This solution is my thinking as well… I was getting a weird crash when I had a RICH TextCtrl and right-clicked on it. Upgrading to wxPython 3.0.1 worked to fix that.

···

On Sunday, August 17, 2014 10:36:54 AM UTC-7, grun...@gmail.com wrote:

IIRC, the Classic 3.0.0.0 build has some problems on XP. Try a later build.

https://groups.google.com/forum/#!topic/wxPython-dev/cXQzt1sO81k

or more directly, http://wxpython.kosoftworks.com/preview/ 20140707 is the latest (there anyway).

HTH.

Cheers,

Scott.

On Sat, Aug 16, 2014 at 5:50 PM, Nick Vahalik ni...@nickvahalik.com wrote:

I’ve copied and pasted the source from Mike Driscoll’s demo of AboutDialog (here: http://www.blog.pythonlibrary.org/2008/06/11/wxpython-creating-an-about-box/) and tried it. Works fine on OSX, but with the latest version of wxPython (3.0.0.0 msw (classic)), Python (2.7.8), etc on Windows XP (SP3) it crashes Python. No traceback, etc.

Are you going to tell me to upgrade to Windows now? That said, the user base I’m targeting is still largely using XP. If I want to be able to support Windows XP, do I need to use specific versions of Python/wxPython, etc.?

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.

For more options, visit https://groups.google.com/d/optout.

Worked for me!

···

On Sunday, August 17, 2014 1:06:49 PM UTC-5, Gadget Steve wrote:

On 17/08/14 18:36, grunculus wrote:

    IIRC, the Classic 3.0.0.0 build has some problems

on XP. Try a later build.

https://groups.google.com/forum/#!topic/wxPython-dev/cXQzt1sO81k

or more directly, http://wxpython.kosoftworks.com/preview/
20140707 is the latest (there anyway).

HTH.

Cheers,

Scott.

There is more about the 3.0.0 XP problem here.