On Sat, Jul 28, 2018 at 2:40 PM, vitalije <vitali...@gmail.com> wrote:

> I have incorporated new data model into Leo and all unit tests pass.
>

I'm just now getting around to trying this.

On rev 3a5075c of the "ltm-leo" branch I get:

c:\leo.repo\leo-editor>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
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 2137, in
readGlobalSettingsFiles
    commanders = [lm.openSettingsFile(path) for path in paths]
  File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 2137, in <listcomp>
    commanders = [lm.openSettingsFile(path) for path in paths]
  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 1538, in
newCommander
    import leo.core.leoCommands as leoCommands
  File "c:\leo.repo\leo-editor\leo\core\leoCommands.py", line 25, in
<module>
    import leo.core.leoDataModel as leoDataModel
ModuleNotFoundError: No module named 'leo.core.leoDataModel'

What should I do?

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