On Fri, Nov 10, 2017 at 6:38 PM, Terry Brown <terrynbr...@gmail.com> wrote:

What about f432d7d8, importing editpane now how no side effects, does
> @test leoBridge work now?
>
> Or does leoBridge require the modules that can't run without Qt not
> attempt to run?
>

​Is there some reason you can't run this test?​

​Test passes, with this traceback​:

Traceback (most recent call last):
  File "C:\leo.repo\leo-editor\leo\test\leo-bridge-test.py", line 42, in
<module>
    verbose=verbose)
  File "c:\leo.repo\leo-editor\leo\core\leoBridge.py", line 65, in
controller
    gBridgeController = BridgeController(gui, loadPlugins, readSettings,
silent, tracePlugins, verbose)
  File "c:\leo.repo\leo-editor\leo\core\leoBridge.py", line 83, in __init__
    self.initLeo()
  File "c:\leo.repo\leo-editor\leo\core\leoBridge.py", line 108, in initLeo
    import leo.core.leoApp as leoApp
  File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 9, in <module>
    from leo.core.editpane.editpane import edit_pane_test_open
  File "c:\leo.repo\leo-editor\leo\core\editpane\editpane.py", line 26, in
<module>
    from leo.core.editpane.clicky_splitter import ClickySplitter
  File "c:\leo.repo\leo-editor\leo\core\editpane\clicky_splitter.py", line
13, in <module>
    class ClickySplitterHandle(QtWidgets.QSplitterHandle):
AttributeError: 'NoneType' object has no attribute 'QSplitterHandle'
.
----------------------------------------------------------------------
Ran 1 test in 0.188s

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to