Hi all,
I'm in the process of learning wxPython, I have a fairly good understanding of Python. following a simple tutorial from the wxPython site (getting starting), the code works fine however a problem I'm having is when my mouse rolls over an actual frame, this results in python.exe crashing.
Can anyone suggest anything, I hoping others know of this problem thus increasing the chance of a solution. I really want to learn wxPython but I dont consider having to switch operating systems a feasible option to do so.
I am using Python 2.6 (32 bit) and wxPython (32 bit), Vista 64 Bit. btw I have tried the 64 bit variants, both result in this problem.
Screenshot:
http://www.wjdev.net/error.png


