Using:
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: 4413 [email protected]
Linux: DISTRIB_DESCRIPTION="Ubuntu 11.04"

I do Plugins  -> active_path -> about

then rclick -> "remove 1 right"  and get:

hook failed: idle, <bound method ViewRenderedController.update of
<leo.plugins.viewrendered.ViewRenderedController instance at
0x37f5170>>, leo.plugins.scrolledmessage
Traceback (most recent call last):
  File "/usr/fetching/leo-editor/leo/core/leoPlugins.py", line 336, in
callTagHandler
    result = handler(tag,keywords)
  File "/usr/fetching/leo-editor/leo/plugins/viewrendered.py", line
562, in update
    sb = w.verticalScrollBar()
RuntimeError: underlying C/C++ object has been deleted


On Wed, Jun 29, 2011 at 11:00 AM, Terry Brown <[email protected]> wrote:
> On Wed, 29 Jun 2011 10:25:41 -0500
> Kent Tenney <[email protected]> wrote:
>
>> Right, that's what I get when I rclick on the divider and select
>> "Delete 1 right"
>
> I think what you're seeing was just an old viewrendered / free_layout
> integration bug.
>
> But nonetheless this comment has jogged my awareness that everything is
> working, including "Delete 1 right", it's only the layout restoration
> code which causes the problem.  So there must be some piddly detail
> there...
>
>> BTW, how do you retrieve the nice version list?
>
> Run this script
>
> from PyQt4 import QtCore
> import sys
> import os
> g.es("Python: %s"%sys.version)
> g.es("PyQt: %s"%QtCore.PYQT_VERSION_STR)
> g.es("Qt: %s"%QtCore.QT_VERSION_STR)
> g.es("Leo: %s"%open(os.path.join(
>    g.computeLeoDir(), '../.bzr/branch/last-revision')).read())
> g.es("Linux: %s"%open('/etc/lsb-release').read().strip().split('\n')[-1])
>
>
> 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.

Reply via email to