>
> chris@technatica:~/leo-editor$ python3 ./launchLeo.py --trace=startup
>
> setting leoID from os.getenv('USER'): 'chris'
> reading settings in /home/chris/leo-editor/leo/config/leoSettings.leo
> reading settings in /home/chris/.leo/myLeoSettings.leo
> reading settings in /home/chris/.leo/themes/BreezeDarkThemeLocal.leo
> getGitVersion commit 5d84957090295c6da601f94bfeb91c31c6753e8d
> Author: Edward K. Ream <[email protected]>
> Date: 2019-06-17 19:12:39 -0500
>
> Added trace in g.getGitVersion, enabled with --trace=startup
>
> getGitVersion commit 5d84957090295c6da601f94bfeb91c31c6753e8d
> Author: Edward K. Ream <[email protected]>
> Date: 2019-06-17 19:12:39 -0500
>
> Added trace in g.getGitVersion, enabled with --trace=startup
>
> Leo 6.0-devel, devel branch, build 5d84957090
> 2019-06-17 19:12:39 -0500
> load_session loading: /home/chris/leo-editor/leo/core/LeoPyRef.leo
> reading settings in /home/chris/leo-editor/leo/core/LeoPyRef.leo
> DynamicWindow.__init__ LeoPyRef.leo
> restoreWindowState LeoPyRef.leo found key:
> windowState:/home/chris/leo-editor/leo/core/LeoPyRef.leo
> load_session loading: /home/chris/leo-editor/leo/plugins/leoPluginsRef.leo
> reading settings in /home/chris/leo-editor/leo/plugins/leoPluginsRef.leo
> DynamicWindow.__init__ leoPluginsRef.leo
> restoreWindowState leoPluginsRef.leo found key:
> windowState:/home/chris/leo-editor/leo/plugins/leoPluginsRef.leo
> load_session loading: /home/chris/.leo/themes/BreezeDarkThemeLocal.leo
> reading settings in /home/chris/.leo/themes/BreezeDarkThemeLocal.leo
> DynamicWindow.__init__ BreezeDarkThemeLocal.leo
> restoreWindowState BreezeDarkThemeLocal.leo found key:
> windowState:/home/chris/.leo/themes/BreezeDarkThemeLocal.leo
> startup time: 6.07 sec
HTH,
Chris
On Mon, Jun 17, 2019 at 5:35 PM Rob <[email protected]> wrote:
> In the console:
>
> Qt: Untested Windows version 10.0 detected!
>
> import-jupyter-notebook requires nbformat package
> reading settings in D:/Synced/github repos/leo/leo/config/leoSettings.leo
> reading settings in C:/Users/rob_iawac46/.leo/myLeoSettings.leo
> Exception in g.getGitVersion
> Traceback (most recent call last):
>
> File "D:\Synced\github repos\leo\leo\core\leoGlobals.py", line 4992, in
> getGitVersion
> shell=True,
>
> File "C:\Python34\lib\subprocess.py", line 620, in check_output
> raise CalledProcessError(retcode, process.args, output=output)
>
> 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 4992, in
> getGitVersion
> shell=True,
>
> File "C:\Python34\lib\subprocess.py", line 620, in check_output
> raise CalledProcessError(retcode, process.args, output=output)
>
> subprocess.CalledProcessError: Command 'git log -n 1 --date=iso' returned
> non-zero exit status 1
>
> Leo 6.0-devel, devel branch
> livecode.py: can not import meta
> you can install meta with `pip install meta`
> load_session loading: K:/Leo Share/Workbook/Shared Workbook.leo
> reading settings in K:/Leo Share/Workbook/Shared Workbook.leo
> DynamicWindow.__init__ Shared Workbook.leo
> restoreWindowState Shared Workbook.leo found key: windowState:K:/Leo
> Share/Workbook/Shared Workbook.leo
> load_session loading: K:/Opportunities/Clients/Sutherland/Sutherland.leo
> reading settings in K:/Opportunities/Clients/Sutherland/Sutherland.leo
> DynamicWindow.__init__ Sutherland.leo
> restoreWindowState Sutherland.leo found key:
> windowState:K:/Opportunities/Clients/Sutherland/Sutherland.leo
> load_session loading: R:/Rob-Master/BPC/BPC.leo
> reading settings in R:/Rob-Master/BPC/BPC.leo
> DynamicWindow.__init__ BPC.leo
> restoreWindowState BPC.leo found key: windowState:R:/Rob-Master/BPC/BPC.leo
> startup time: 16.76 sec
>
>
> In the log pane:
>
> Leo Log Window
> Leo 6.0-devel, devel branch
> Python 3.4.3, PyQt version 5.4.1
> Windows 8 AMD64 (build 6.2.9200)
> import-jupyter-notebook requires nbformat package
> current dir: D:/Synced/github repos/leo
> load dir: D:/Synced/github repos/leo/leo/core
> global config dir: D:/Synced/github repos/leo/leo/config
> home dir: C:/Users/rob_iawac46
> reading settings in D:/Synced/github repos/leo/leo/config/leoSettings.leo
> reading settings in C:/Users/rob_iawac46/.leo/myLeoSettings.leo
> Exception in g.getGitVersion
> Traceback (most recent call last):
>
> File "D:\Synced\github repos\leo\leo\core\leoGlobals.py", line 4992, in
> getGitVersion
> shell=True,
>
> File "C:\Python34\lib\subprocess.py", line 620, in check_output
> raise CalledProcessError(retcode, process.args, output=output)
>
> 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 4992, in
> getGitVersion
> shell=True,
>
> File "C:\Python34\lib\subprocess.py", line 620, in check_output
> raise CalledProcessError(retcode, process.args, output=output)
>
> subprocess.CalledProcessError: Command 'git log -n 1 --date=iso' returned
> non-zero exit status 1
>
> livecode.py: can not import meta
> you can install meta with `pip install meta`
> reading settings in K:/Leo Share/Workbook/Shared Workbook.leo
> read 17 files in 5.10 seconds
> read outline in 5.46 seconds
>
>
>
>
> On Monday, June 17, 2019 at 8:14:23 PM UTC-4, Edward K. Ream wrote:
>>
>> On Monday, June 17, 2019 at 12:28:56 PM UTC-5, Rob wrote:
>>>
>>> This is what I see in the log pane:
>>>
>>> Leo 6.0-devel, devel branch
>>> Python 3.4.3, PyQt version 5.4.1
>>> Windows 8 AMD64 (build 6.2.9200)
>>>
>>
>> Please pull the latest version of Leo. Rev 5d8495 contains a new trace.
>>
>> Please run leo with --trace=startup and report the results.
>>
>> 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 [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/f52a0ec3-389d-4f75-9eb3-f5af34e6d2c0%40googlegroups.com
> <https://groups.google.com/d/msgid/leo-editor/f52a0ec3-389d-4f75-9eb3-f5af34e6d2c0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
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/CADWQas0KJNmR2y3zjsF6X%2B0rfO%3Df4%3DszVjiffL-FpCa-134X%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.