On Tue, Nov 30, 2010 at 5:28 AM, Edward K. Ream <[email protected]> wrote:
> When I execute nested_splitter.py on Windows I get: > > c:\prog>c:\python26\python.exe nested_splitter.py > Traceback (most recent call last): > File "nested_splitter.py", line 336, in <module> > splitter = NestedSplitter() > File "nested_splitter.py", line 178, in __init__ > QtGui.QSplitter.__init__(self, parent=parent, orientation=orientation) > AttributeError: 'parent' is not a Qt property or a signal Changing the call to:: QtGui.QSplitter.__init__(self, parent, orientation=orientation) brings up the demo. Edward -- 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.
