Edward,

Recent commit doesn't start. I've included the git pull log:

$ git pull
remote: Counting objects: 33, done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 33 (delta 25), reused 23 (delta 15), pack-reused 0
Unpacking objects: 100% (33/33), done.
>From git://github.com/leo-editor/leo-editor
   dae983c..315bb24  master     -> origin/master
Updating dae983c..315bb24
Fast-forward
 leo/core/commit_timestamp.json |   4 +-
 leo/core/leoCommands.py        | 587 
+++++++++--------------------------------
 leo/core/leoGlobals.py         |   4 +-
 leo/doc/LeoDocs.leo            |   5 +-
 leo/doc/leoNotes.txt           | 372 ++++++++++++++++++++++++++
 leo/doc/leoToDo.txt            |   3 +-
 leo/external/PythonTidy.py     |  70 +++--
 leo/plugins/leoscreen.py       |   3 +-
 leo/test/activeUnitTests.txt   |   4 +-
 9 files changed, 551 insertions(+), 501 deletions(-)

/n/git/leo-editor (master)
$
/n/git/leo-editor (master)
$ launchleo.py
leoID=lewis (in c:\Users\lewis\.leo)
reading settings in N:\git\leo-editor\leo\config\leoSettings.leo
Traceback (most recent call last):
  File "./launchleo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "n:\git\leo-editor\leo\core\runLeo.py", line 78, in run
    g.app.loadManager.load(fileName,pymacs)
  File "n:\git\leo-editor\leo\core\leoApp.py", line 2821, in load
    lm.doPrePluginsInit(fileName,pymacs)
  File "n:\git\leo-editor\leo\core\leoApp.py", line 2885, in 
doPrePluginsInit
    lm.readGlobalSettingsFiles()
  File "n:\git\leo-editor\leo\core\leoApp.py", line 2770, in 
readGlobalSettingsF
iles
    commanders = [lm.openSettingsFile(path) for path in paths]
  File "n:\git\leo-editor\leo\core\leoApp.py", line 2770, in <listcomp>
    commanders = [lm.openSettingsFile(path) for path in paths]
  File "n:\git\leo-editor\leo\core\leoApp.py", line 2744, in 
openSettingsFile
    c = g.app.newCommander(fn)
  File "n:\git\leo-editor\leo\core\leoApp.py", line 1865, in newCommander
    import leo.core.leoCommands as leoCommands
  File "n:\git\leo-editor\leo\core\leoCommands.py", line 40, in <module>
    import leo.external.PythonTidy as tidy
  File "n:\git\leo-editor\leo\external\PythonTidy.py", line 144, in <module>
    import compiler
ImportError: No module named 'compiler'
[end]

I'll update to the latest commit latest commit 44976fc5fb

Regards
Lewis

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to