[wxPython] Crash Under Windows 2000

Hi,

I'm running Windows 2000 SP2 and I really wanted to get started with
wxPython, because I've read so many good things about it. I've downloaded
the latest windows installer binaries (both normal and hybrid version) and
they install fine. However whenever I run any of the demos it crashes with
an exception error (Stack Overflow) in Kernal32.dll.

I'm stumped, can anyone help me get it working?

Cheers,
Andrew Wilkinson

Probably not :frowning:

All I can tell you is that I run the same OS, and have installed and
deinstalled several versions of wxPython (I needed pre-release features at
one stage, then had to fall back to current production for other reasons)
and my system never missed a beat. Do you have compatible Python and
wxPython, or is there a release mismatch? That's about all I can think of
that might account for your woes. [You do have Python installed, right?]

regards

···

----- Original Message -----
From: "Andrew Wilkinson" <ajw126@york.ac.uk>
To: <wxpython-users@lists.wxwindows.org>
Sent: Thursday, June 06, 2002 4:56 AM
Subject: [wxPython] Crash Under Windows 2000

Hi,

I'm running Windows 2000 SP2 and I really wanted to get started with
wxPython, because I've read so many good things about it. I've downloaded
the latest windows installer binaries (both normal and hybrid version) and
they install fine. However whenever I run any of the demos it crashes with
an exception error (Stack Overflow) in Kernal32.dll.

I'm stumped, can anyone help me get it working?

-----------------------------------------------------------------------
Steve Holden http://www.holdenweb.com/
Python Web Programming http://pydish.holdenweb.com/pwp/
-----------------------------------------------------------------------

I'm running Windows 2000 SP2 and I really wanted to get started with
wxPython, because I've read so many good things about it. I've downloaded
the latest windows installer binaries (both normal and hybrid version) and
they install fine. However whenever I run any of the demos it crashes with
an exception error (Stack Overflow) in Kernal32.dll.

How are you attempting to run the demos? How far is it getting? (Does
running
    python -c "import wxPython.wx"
also crash?) How about demo/simple.py?

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

I think this kmay be the beg I posted a message about a couple of months
back. On some machines the message loop seems to get into an infinate
recursive loop handling a windows message (I think it is a font message but
I cannot remember).
This only happened on Single Frame ptograms. MDI frames still worked.
The only slightly unusual thing about the machine it happened on ws that
nvdesk.dll appeared in the stack trace. (NVidia drivers?)

···

-----Original Message-----
From: wxpython-users-admin@lists.wxwindows.org
[mailto:wxpython-users-admin@lists.wxwindows.org]On Behalf Of Robin Dunn
Sent: 06 June 2002 16:48
To: wxpython-users@lists.wxwindows.org
Subject: Re: [wxPython] Crash Under Windows 2000

>
> I'm running Windows 2000 SP2 and I really wanted to get started with
> wxPython, because I've read so many good things about it. I've
downloaded
> the latest windows installer binaries (both normal and hybrid
version) and
> they install fine. However whenever I run any of the demos it
crashes with
> an exception error (Stack Overflow) in Kernal32.dll.

How are you attempting to run the demos? How far is it getting? (Does
running
    python -c "import wxPython.wx"
also crash?) How about demo/simple.py?

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

_____________________________________________________________________
This e-mail is confidential and may be privileged. It may be
read, copied and used only by the intended recipient. No
communication sent by e-mail to or from Eutechnyx is intended to
give rise to contractual or other legal liability, apart from
liability which cannot be excluded under English law.

This message has been checked for all known viruses by Star
Internet delivered through the MessageLabs Virus Control Centre.

www.eutechnyx.com Eutechnyx Limited. Registered in England No: 2172322

_____________________________________________________________________
This e-mail is confidential and may be privileged. It may be read, copied and used only by the intended recipient. No communication sent by e-mail to or from Eutechnyx is intended to give rise to contractual or other legal liability, apart from liability which cannot be excluded under English law.

This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre.

www.eutechnyx.com Eutechnyx Limited. Registered in England No: 2172322

I think this kmay be the beg I posted a message about a couple of months
back. On some machines the message loop seems to get into an infinate
recursive loop handling a windows message (I think it is a font message

but

I cannot remember).
This only happened on Single Frame ptograms. MDI frames still worked.
The only slightly unusual thing about the machine it happened on ws that
nvdesk.dll appeared in the stack trace. (NVidia drivers?)

And IIRC when the user stopped using nVidia's multi-desktop tool then the
problem went away. Has anybody else with NVidia seen this?

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!