On Thursday, December 26, 2019 at 2:49:52 PM UTC-5, Matt Wilkie wrote: > > Why is the script 'leo-m.exe' available in the development-/ beta version >> of Leo (e.g. 6.1-b1-devel) but not in the master-/ final version of Leo >> (e.g. 6.1-final) at PyPI? >> > > It's because master lags behind devel. It was inadvertently left out of > the last master (final) release, and will be restored in next one. > > >> I think this script should be there at all times, since it is really >> helpful when something goes wrong unexpectedly. >> > > `python path\to\launchLeo.py` is the same as leo-messages.exe is always > available, regardless of what does or doesn't happens with pip's install. > > -matt >
BTW, it's easier to run these modules using python -m, since you don't have to keep coming up with the full path. That is: python -m leo.core.runLeo # or launchLeo or whatever Of course, the leo directory location has to be known to Python if it's not in the standard location (e.g., Lib/site-packages). -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/33f5bcec-c961-4df8-a62e-78d17604861b%40googlegroups.com.
