Earlier free_layout stuff also segfaulted with me on maverick when I fiddled with it.
Don't know what would cause it - you possibly had a "parent" for some QObject, the parent got garbage collected and the child c++ object deleted as a result (regardless of whether you still had a python reference to it). On Wed, Jun 29, 2011 at 5:35 PM, Terry Brown <[email protected]> wrote: > I have persistent custom frame layouts with free_layouts working, just > need to clean up a couple of minor things. Only problem is they work > fine with this system: > > Python: 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] > PyQt: 4.7.2 > Qt: 4.6.2 > Leo: 4424 [email protected] > Linux: DISTRIB_DESCRIPTION="Ubuntu 10.04.2 LTS" > > but with this system: > > Python: 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) [GCC 4.5.2] > PyQt: 4.8.3 > Qt: 4.7.2 > Leo: 4424 [email protected] > Linux: DISTRIB_DESCRIPTION="Ubuntu 11.04" > > I get "RuntimeError: underlying C/C++ object has been deleted" and I > can't work out why. > > Apart from that it appears to have a lot of potential. > > Cheers -Terry > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/leo-editor?hl=en. > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
