Hey guys, new customer here :)

I try to execute Leo on MacOS Yosemite by 

brew install qt sip pyqt

this one goes well then I try to do 

kilon@kilon-imac ~/g/leo-editor> python launchLeo.py
setting leoID from os.getenv('USER'): 'kilon'
reading settings in /Users/kilon/git/leo-editor/leo/config/leoSettings.leo
Traceback (most recent call last):
  File "launchLeo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "/Users/kilon/git/leo-editor/leo/core/runLeo.py", line 63, in run
    g.app.loadManager.load(fileName, pymacs)
  File "/Users/kilon/git/leo-editor/leo/core/leoApp.py", line 2056, in load
    lm.doPrePluginsInit(fileName, pymacs)
  File "/Users/kilon/git/leo-editor/leo/core/leoApp.py", line 2122, in 
doPrePluginsInit
    lm.createGui(pymacs)
  File "/Users/kilon/git/leo-editor/leo/core/leoApp.py", line 2147, in 
createGui
    lm.createSpecialGui(gui_option, pymacs, script, windowFlag)
  File "/Users/kilon/git/leo-editor/leo/core/leoApp.py", line 2162, in 
createSpecialGui
    g.app.createDefaultGui()
  File "/Users/kilon/git/leo-editor/leo/core/leoApp.py", line 1097, in 
createDefaultGui
    app.createQtGui(fileName, verbose=verbose)
  File "/Users/kilon/git/leo-editor/leo/core/leoApp.py", line 1117, in 
createQtGui
    import leo.plugins.qt_gui as qt_gui
  File "/Users/kilon/git/leo-editor/leo/plugins/qt_gui.py", line 12, in 
<module>
    import leo.plugins.qt_big_text as qt_big_text
  File "/Users/kilon/git/leo-editor/leo/plugins/qt_big_text.py", line 6, in 
<module>
    import leo.plugins.qt_text as qt_text
  File "/Users/kilon/git/leo-editor/leo/plugins/qt_text.py", line 434, in 
<module>
    class LeoLineTextWidget(QtWidgets.QFrame):
AttributeError: 'NoneType' object has no attribute 'QFrame'


I have cloned from the github repo . Any ideas what may go wrong here ? 

-- 
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 [email protected].
To post to this group, send email to [email protected].
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