Perhaps this will help. From an Anaconda3 prompt within the Leo main directory I entered:
python launchLeo.py --trace=startup I got the following: Exception in g.getGitVersion Traceback (most recent call last): File "D:\Synced\github repos\leo\leo\core\leoGlobals.py", line 5076, in getGitVersion shell=True, File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 395, in check_output **kwargs).stdout File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 487, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'git log -n 1 --date=iso' returned non-zero exit status 1. Exception in g.getGitVersion Traceback (most recent call last): File "D:\Synced\github repos\leo\leo\core\leoGlobals.py", line 5076, in getGitVersion shell=True, File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 395, in check_output **kwargs).stdout File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 487, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'git log -n 1 --date=iso' returned non-zero exit status 1. Not sure if that's what you're looking for. Rob... On Sunday, June 23, 2019 at 7:12:01 AM UTC-4, lewis wrote: > > I think Rob Keeney reported similar results in the console. > <https://groups.google.com/forum/?fromgroups=#!topic/leo-editor/vxh06wJlLRY> > It may be worth getting an update from him. > > 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 https://groups.google.com/group/leo-editor. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/3767e2fd-9a98-4bff-b3ee-3328a502f921%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
