Discussion:
Phoenix - flatmenu
Werner
2014-03-19 16:08:59 UTC
Permalink
Hi,

The crash I noticed when I worked on testing things with Py33 - see
PR#73 in flatmenu is happening on line 5441 which is the last line of
the following snippet:

if self._focusWin:
newEvtHandler = FocusHandler(self)
self._focusWin.PushEventHandler(newEvtHandler)

Any idea why this would crash on Py33 but not on Py27?

Werner
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Metallicow
2014-03-20 05:53:34 UTC
Permalink
Post by Werner
Hi,
The crash I noticed when I worked on testing things with Py33 - see
PR#73 in flatmenu is happening on line 5441 which is the last line of
newEvtHandler = FocusHandler(self)
self._focusWin.PushEventHandler(newEvtHandler)
Any idea why this would crash on Py33 but not on Py27?
Werner
Not sure if it has been looked into yet, but I ran into this issue a while
back and posted a bit.

https://groups.google.com/forum/#!topic/wxpython-dev/em5iA_NqyAU

It was one of the more major ones I ran across, as it produces a HARD crash.
Hopefully Robin or Andrea can look into it here soon and get it fixed up
right for phoenix.
since as it is a menu type, it is a rather basic type widget that is used
very often in apps, even tho it may be agw.
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Werner
2014-03-20 10:08:16 UTC
Permalink
Hi,

On 3/20/2014 6:53, Metallicow wrote:

...
Post by Metallicow
Not sure if it has been looked into yet, but I ran into this issue a
while back and posted a bit.
https://groups.google.com/forum/#!topic/wxpython-dev/em5iA_NqyAU
Oops, saw that at the time but I didn't remember it.
Post by Metallicow
It was one of the more major ones I ran across, as it produces a HARD crash.
Hopefully Robin or Andrea can look into it here soon and get it fixed
up right for phoenix.
We just have to find a cloning tool for Robin:-) .

Werner
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...