On Monday 12 November 2007 05:37:54 pm johnf wrote:
> On Monday 12 November 2007 04:57:56 pm Ed Leafe wrote:
> > On Nov 12, 2007, at 7:12 PM, Adrian Klaver wrote:
> > >> I get a lot further now. I'm able to select my connection and
> > >> fields. I
> > >> get all the way to the finish button. But then seg faults at
> > >> ClassDesingerFormMixin.wiz.release(). No error just a seg fault.
> > >
> > > I am having the same problem.
> >
> > Could either of you try stepping through the code at that point to
> > locate the exact command that is causing the segfault? Just add the
> > line:
> >
> > dabo.trace()
> >
> > before the call to wiz.release(), and then step into the method to
> > see what line triggers the segfault. That's about as close to a
> > traceback as we can hope for.
> >
> > -- Ed Leafe
> > -- http://leafe.com
> > -- http://dabodev.com
>
> I can't get dabo.trace() to do anything for me.
> Anyway I get all the way to _core.py where I get
>
> PyDeadObjectError: The C++ part of the HelpMenu object has been deleted,
> attribute access no longer allowed.
More info:
def __onWxMenuClose(self, evt):
try:
if evt.GetMenu().Caption == self.Caption:
# Closing a single menu will trigger the wx
event
# for every menu in the menubar.
self.raiseEvent(dEvents.MenuClose, evt)
else:
evt.Skip()
except:
evt.Skip()
at some point is causing the puDeadObjectError
--
John Fabiani
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]