Re: Leo command line options are ignored

2020-04-12 Thread Edward K. Ream
On Sun, Apr 12, 2020 at 12:56 AM lewis wrote: > I have a windows PC where command line options for Leo are ignored. > Are you starting with a batch file? If so, you should add %*. For example, here is my leo.bat file: python c:\leo.repo\leo-editor\launchLeo.py --gui=qttabs %* Edward --

Re: Leo command line options are ignored

2020-04-12 Thread Mike Hodson
On Sun, Apr 12, 2020 at 4:27 AM Edward K. Ream wrote: > > > On Sun, Apr 12, 2020 at 12:56 AM lewis wrote: > >> I have a windows PC where command line options for Leo are ignored. >> > > Are you starting with a batch file? If so, you should add %*. For > example, here is my leo.bat file: > >

Re: Leo command line options are ignored

2020-04-12 Thread Thomas Passin
It can get trickier if you have more than one python installation, as I do. I keep python 2.7, since there are still a few older programs I may run that don't run with python 3+. It turns out that the 2.7 installation added its directories to the system path, and the 3.8 installation did not.

Re: Pyzo as a live Leo explorer

2020-04-12 Thread Matt Wilkie
Oh good, such a short and sweet recipe! -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 leo-editor+unsubscr...@googlegroups.com. To view this discussion on

Re: Leo command line options are ignored

2020-04-12 Thread lewis
I have installed leo with Git. The issue of command line options first came up when I had multiple python versions installed. 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

Re: Leo command line options are ignored

2020-04-12 Thread lewis
Thanks all. Fixed with a registry edit. 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 leo-editor+unsubscr...@googlegroups.com. To view this discussion

Re: Leo command line options are ignored

2020-04-12 Thread Matt Wilkie
If you've installed Leo with pip there are leo launch wrappers in PYTHONHOME/Scripts that should correctly handle command line parameters regardless of whether you're on WIndows or Linux and without needing registry edits. They are functionally equivalent to the phrase "python

Re: Leo command line options are ignored

2020-04-12 Thread Matt Wilkie
https://leoeditor.com/running.html#running-leo-after-pip-install-leo for what the 3 wrappers do. -- 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