[New-bugs-announce] [issue4721] pythonw.exe crash in GU application(PythonWX)

George report at bugs.python.org
Mon Dec 22 16:02:19 CET 2008


New submission from George <ge1 at mail.gr>:

I have Python 2.6.1 in Windows Vista. It happened in Python 2.6 and I 
hoped it would be fixed. I don't know what happenes in other versions. 
When I open a file containing a python program(".py"/".pyw" and even 
one compiled with py2exe) made by using the PythonWX GUI programming 
libraries it crashes immediately after the mouse hovers over the window 
created by the program(spesifically in the area inside it). It happenes 
both when the program is a ".py" file and a ".pyw" file or one compiled 
with py2exe. I get a message that the program stopped working. 
Shouldn'nt I get a message about wrong code? It doesn't crash in the 
Python Shell, but it has happened ,too, a few times.

Do I do something wrong?
Is there something I should know?

The programs I use are not made by me(I can't yet make mine), but they 
are examples downloaded or copy-pasted. Here is one:

import wx
app = wx.PySimpleApp()
frame = wx.Frame(None,-1,"Hello World")
frame.Show(True)
app.MainLoop()

Please tell me what is wrong or what I should do.

----------
files: simple editor.pyw
messages: 78189
nosy: george
severity: normal
status: open
title: pythonw.exe crash in GU application(PythonWX)
type: crash
versions: Python 2.6
Added file: http://bugs.python.org/file12426/simple editor.pyw

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4721>
_______________________________________


More information about the New-bugs-announce mailing list