I looked up the error code- c0000005 is Microsoft's cryptic way of telling you that you had a seg fault. You might want to ask this on the wxPython mailing list (http://www.wxpython.org/maillist.php) since I'm pretty sure it's an issue with wx. On Wed, Nov 19, 2008 at 3:04 PM, Samuel Morhaim <[EMAIL PROTECTED]>wrote:
> thanks for the reply. > I just tried from the shell and it does the same.. I had this running > before.. a few days ago I had to reformat my machine, I reinstalled > everything.. and now its happening.. > > Thanks anyway.. > > > On Wed, Nov 19, 2008 at 2:01 PM, Benjamin Kaplan <[EMAIL PROTECTED] > > wrote: > >> >> >> On Wed, Nov 19, 2008 at 12:51 PM, Samuel Morhaim < >> [EMAIL PROTECTED]> wrote: >> >>> Hi, I am trying to run the basic wxpython example as seen here >>> http://www.zetcode.com/wxpython/firststeps/ and everytime i run it, it >>> crashes python/wxpython .. meaning it doesnt close gracefully. >>> The error I get is >>> >>> Problem signature: >>> Problem Event Name: APPCRASH >>> Application Name: pythonw.exe >>> Application Version: 0.0.0.0 >>> Application Timestamp: 48e49638 >>> Fault Module Name: comctl32.dll_unloaded >>> Fault Module Version: 0.0.0.0 >>> Fault Module Timestamp: 4791a629 >>> Exception Code: c0000005 >>> Exception Offset: 72b35a6e >>> OS Version: 6.0.6001.2.1.0.256.1 >>> Locale ID: 1033 >>> Additional Information 1: fd00 >>> Additional Information 2: ea6f5fe8924aaa756324d57f87834160 >>> Additional Information 3: fd00 >>> Additional Information 4: ea6f5fe8924aaa756324d57f87834160 >>> >>> Read our privacy statement: >>> http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409 >>> >>> >>> >>> Any ideas? it is just a basic example.. running python 2.6, wxpython, >>> executing via IDLE or eric or any other.. >>> >> >> >> I don't have any idea what caused your problem since I don't use Windows, >> but you shouldn't run wxPython apps from IDLE because of conflicting event >> loops. I think you might also have problems with Eric. Try running the >> script from the command line and see if that solves your problem. >> >> >
-- http://mail.python.org/mailman/listinfo/python-list