I was just going to tell you this, but first I've tried to run it myself to 
be sure and... woops!

C:\dev\Leo-5.4>python launchLeo.py --gui=console

reading settings in C:\dev\Leo-5.4\leo\config\leoSettings.leo
reading settings in C:\Users\sysadmin\.leo\myLeoSettings.leo
Traceback (most recent call last):
  File "launchLeo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "c:\dev\Leo-5.4\leo\core\runLeo.py", line 63, in run
    g.app.loadManager.load(fileName, pymacs)
  File "c:\dev\Leo-5.4\leo\core\leoApp.py", line 2094, in load
    lm.doPrePluginsInit(fileName, pymacs)
  File "c:\dev\Leo-5.4\leo\core\leoApp.py", line 2158, in doPrePluginsInit
    lm.createGui(pymacs)
  File "c:\dev\Leo-5.4\leo\core\leoApp.py", line 2329, in createGui
    lm.createSpecialGui(gui_option, pymacs, script, windowFlag)
  File "c:\dev\Leo-5.4\leo\core\leoApp.py", line 2344, in createSpecialGui
    g.app.createDefaultGui()
  File "c:\dev\Leo-5.4\leo\core\leoApp.py", line 1049, in createDefaultGui
    app.createCursesGui()
  File "c:\dev\Leo-5.4\leo\core\leoApp.py", line 1026, in createCursesGui
    import leo.plugins.cursesGui2 as cursesGui2
  File "c:\dev\Leo-5.4\leo\plugins\cursesGui2.py", line 106, in <module>
    class LeoBodyTextfield (npyscreen.Textfield):
AttributeError: 'NoneType' object has no attribute 'Textfield'

I suppose that I have some python package missing (I'm sure it's in the 
docs!), but... would it be difficult to show a nicer error saying what is 
missing for novices like me?

-- 
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