On Tue, Jan 25, 2011 at 3:33 PM, Terry Brown <terry_n_br...@yahoo.com> wrote:
> On Tue, 25 Jan 2011 14:59:26 -0600

> Anyway, on a different machine, Windows XP no less,
>
> bzr+ssh://bazaar.launchpad.net/~terry-n-brown/leo-editor/free_layout/

I did a complete reinstall using bzr branch
lp:~terry-n-brown/leo-editor/free_layout/

With Python 3k I get the following in the log pane:

hook failed: after-create-leo-frame, <function onCreate at
0x04ADD108>, leo.plugins.free_layout
Traceback (most recent call last):
  File "c:\leo.repo\free_layout\leo\core\leoPlugins.py", line 325, in
callTagHandler
    result = handler(tag,keywords)
  File "c:\leo.repo\free_layout\leo\plugins\free_layout.py", line 71,
in onCreate
    splitter = c.frame.top.splitter_2.top()
AttributeError: 'QSplitter' object has no attribute 'top'

With Python 2k I get the following in the console window:

c:\leo.repo\free_layout>c:\python26\python.exe launchLeo.py --gui=qt
leo\test\test.leo --no-cache
*** isPython3: False
scanOptions: disabling caching
Traceback (most recent call last):
  File "launchLeo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "c:\leo.repo\free_layout\leo\core\runLeo.py", line 129, in run
    ok = doPostPluginsInit(args,files,options)
  File "c:\leo.repo\free_layout\leo\core\runLeo.py", line 478, in
doPostPluginsInit
    c,frame = createFrame(fileName,options)
  File "c:\leo.repo\free_layout\leo\core\runLeo.py", line 530, in createFrame
    ok, frame = g.openWithFileName(fileName,None)
  File "c:\leo.repo\free_layout\leo\core\leoGlobals.py", line 2251, in
openWithFileName
    c,f = g.openWithFileNameHelper(old_c,gui,fn,relFn)
  File "c:\leo.repo\free_layout\leo\core\leoGlobals.py", line 2363, in
openWithFileNameHelper
    gui=gui)
  File "c:\leo.repo\free_layout\leo\core\leoApp.py", line 626, in
newLeoCommanderAndFrame
    frame.finishCreate(c)
  File "c:\leo.repo\free_layout\leo\plugins\qtGui.py", line 3494, in
finishCreate
    f.top = g.app.gui.frameFactory.createFrame(f)
  File "c:\leo.repo\free_layout\leo\plugins\qtGui.py", line 6448, in createFrame
    dw.construct()
  File "c:\leo.repo\free_layout\leo\plugins\qtGui.py", line 1681, in construct
    self.createMainWindow()
  File "c:\leo.repo\free_layout\leo\plugins\qtGui.py", line 1742, in
createMainWindow
    self.createMainLayout(self.centralwidget)
  File "c:\leo.repo\free_layout\leo\plugins\qtGui.py", line 1850, in
createMainLayout
    splitter2 = splitter_class(parent)
  File "c:\leo.repo\free_layout\leo\plugins\nested_splitter.py", line
197, in __init__
    QtGui.QSplitter.__init__(self, parent=parent, orientation=orientation)
AttributeError: 'parent' is not a Qt property or a signal

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com.
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to