Patrick Maher
unread,Sep 15, 2012, 10:56:55 AM9/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wxpytho...@googlegroups.com
I'm using Python 2.7 and wxWidgets 2.8.11 on 64-bit Windows 7. If I run the attached little program with the extension ".pyw" then, when I try to close the frame, Windows says "pythonw.exe has stopped working". But if I change the extension to ".py", without changing the program at all, then there is no problem.
The feature of the program that causes this problem is that it sets the same attribute for two days in a CalendarCtrl. If the attribute is set for one day only, or the attribute is given different names each time it is set, then the problem vanishes.
Can anyone explain what is going on here?
Patrick