On Sat, Aug 4, 2018 at 11:56 AM, Edward K. Ream <edream...@gmail.com> wrote:

> Thanks. On a bike ride with Rebecca. Will try later
>

Copied leo/core/leoDataModel.py. Now I get:

>python c:\leo.repo\leo-editor\launchLeo.py --gui=qttabs --gui=qttabs
leo\core\leoPy.leo leo\plugins\leoPlugins.leo
c:\Users\edreamleo\ekr-projects.leo leo\doc\LeoDocs.leo

reading settings in C:/leo.repo/leo-editor/leo/config/leoSettings.leo
reading settings in C:/Users/edreamleo/.leo/myLeoSettings.leo
reading settings in c:/leo.repo/leo-editor/leo/core/leoPy.leo
Traceback (most recent call last):
  File "c:\leo.repo\leo-editor\launchLeo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "c:\leo.repo\leo-editor\leo\core\runLeo.py", line 72, in run
    g.app.loadManager.load(fileName, pymacs)
  File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 2209, in load
    lm.doPrePluginsInit(fileName, pymacs)
  File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 2387, in
doPrePluginsInit
    lm.readGlobalSettingsFiles()
  File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 2151, in
readGlobalSettingsFiles
    theme_path = lm.computeThemeFilePath()
  File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 1795, in
computeThemeFilePath
    theme_c = lm.openSettingsFile(path)
  File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 2113, in
openSettingsFile
    c = g.app.newCommander(fn)
  File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 1539, in
newCommander
    return leoCommands.Commands(fileName, relativeFileName, gui,
previousSettings)
  File "c:\leo.repo\leo-editor\leo\core\leoCommands.py", line 79, in
__init__
    c.finishCreate()
  File "c:\leo.repo\leo-editor\leo\core\leoCommands.py", line 410, in
finishCreate
    c.abbrevCommands.finishCreate()
  File "c:\leo.repo\leo-editor\leo\commands\abbrevCommands.py", line 53, in
finishCreate
    self.reload_settings()
  File "c:\leo.repo\leo-editor\leo\commands\abbrevCommands.py", line 67, in
reload_settings
    self.init_env()
  File "c:\leo.repo\leo-editor\leo\commands\abbrevCommands.py", line 133,
in init_env
    useSentinels=False)
  File "c:\leo.repo\leo-editor\leo\core\leoAtFile.py", line 1695, in
writeFromString
    c.endEditing()
  File "c:\leo.repo\leo-editor\leo\core\leoCommands.py", line 3382, in
endEditing
    c.frame.tree.endEditLabel()
  File "c:\leo.repo\leo-editor\leo\core\leoFrame.py", line 1359, in
endEditLabel
    self.onHeadChanged(p)
  File "c:\leo.repo\leo-editor\leo\core\leoFrame.py", line 1306, in
onHeadChanged
    nwt.commit_headline(c.p.h)
  File "c:\leo.repo\leo-editor\leo\core\leoFrame.py", line 2169, in
commit_headline
    p.h = h2
  File "c:\leo.repo\leo-editor\leo\core\leoNodes.py", line 3092, in _set_h
    val = val.replace('\n', '')
AttributeError: 'NoneType' object has no attribute 'replace'

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