Clean install on jaunty of current trunk and getting this error:
~/leo-editor$ python launchLeo.py --gui=qt
Traceback (most recent call last):
File "launchLeo.py", line 8, in <module>
leo.core.runLeo.run()
File "/home/slzatz/leo-editor/leo/core/runLeo.py", line 88, in run
fn,relFn,script = doPrePluginsInit(fileName,pymacs)
File "/home/slzatz/leo-editor/leo/core/runLeo.py", line 102, in
doPrePluginsInit
g.computeStandardDirectories()
File "/home/slzatz/leo-editor/leo/core/leoGlobals.py", line 321, in
computeStandardDirectories
g.makeAllNonExistentDirectories(homeLeoDir,force=True)
File "/home/slzatz/leo-editor/leo/core/leoGlobals.py", line 2641, in
makeAllNonExistentDirectories
create = g.app.config.create_nonexistent_directories
AttributeError: 'NoneType' object has no attribute
'create_nonexistent_directories'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---