Rob it sounds like you may have solved your problem, but here's something for future reference, and anyone who dumps into this thread following a search:
1. install python 3.6+ (miniconda and anaconda are good routes) 2. fetch latest Leo git sources however you usually do (`git clone ....`) 3. run `pip install --editable c:\path\to\leo-editor` from a command shell where python.exe works (e.g. Anaconda Command Prompt) Now Leo can be run with command `leo` (gui only) or `leo-messages` (gui with console messages) from any command shell where that python.exe is available. The two are functionally identical to `pythonw c:\path\to\leo-editor\launchLeo.py` and `python c:\path\to\leo-editor\launchLeo.py` respectively. No batch files needed! :) 4. For desktop integration use one of the recipes in #1012 comment Feb-27 <https://github.com/leo-editor/leo-editor/issues/1012#issuecomment-468168728.> to run leo\scripts\win-register-leo.leox. "From Leo GUI" is the most tested. -matt -- 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/254387f3-2d3f-45a0-a91f-313736381455%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
