I am trying to install Leo 4.6 b1 under Windows XP by running Leo-4.6-
b1.exe.
After that, I tried to run launchLeo.py from cmd.exe. This is the
error message I got:
Traceback (most recent call last):
File "C:\Programme\Python25\Lib\site-packages\Leo-4-6-
b1\launchLeo.py", line 8, in <module>
leo.core.runLeo.run()
File "leo\core\runLeo.py", line 93, in run
initApp(verbose)
File "leo\core\runLeo.py", line 286, in initApp
g.app.setLeoID(verbose=verbose)
File "leo\core\leoApp.py", line 631, in setLeoID
g.app.createTkGui("startup")
File "leo\core\leoApp.py", line 331, in createTkGui
leoPlugins.loadOnePlugin ('tkGui',verbose=True)
File "leo\core\leoPlugins.py", line 389, in loadOnePlugin
warn_on_failure = g.app.config.getBool
(c=None,setting='warn_when_plugins_fail_to_load')
AttributeError: 'NoneType' object has no attribute 'getBool'
Could anyone give me a clue what I am missing?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---