Ticket #10082 (closed defect: fixed)
wxPython 2.8.9.1 APPCRASH under windows vista 64 bit using python 2.6.
| Reported by: | asnast | Owned by: | robind |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | wxPython | Version: | 2.8.x |
| Keywords: | Cc: | bitmonster@… | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Hello.
When i try and run a very simple wxpython app:
import wx
app = wx.PySimpleApp()
frame = wx.Frame(None, -1, "Hello World")
frame.Show()
app.MainLoop()
The window pops up but crashes when i mouse over it. I get the following report:
Problem signature:
Problem Event Name: APPCRASH
Application Name: python.exe
Application Version: 0.0.0.0
Application Timestamp: 48e49612
Fault Module Name: comctl32.dll_unloaded
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4791a629
Exception Code: c0000005
Exception Offset: 73fa5a6e
OS Version: 6.0.6001.2.1.0.256.1
Locale ID: 1037
Additional Information 1: fd00
Additional Information 2: ea6f5fe8924aaa756324d57f87834160
Additional Information 3: fd00
Additional Information 4: ea6f5fe8924aaa756324d57f87834160
This doesn't happen with python 2.5.2.
Thanks, Alex Snast
