> > Thanks for this reminder. - Yes, it does work for leo.core.runLeo - but - > it does not work for launchLeo.py, since this file is not part of the Leo > package when installed from PyPI. > > AFAICT this is related to what Matt called "Leo's issue with (newer) > Python Packaging Preferences" here [1]. > > [1] https://groups.google.com/d/msg/leo-editor/JxE7zwStAhA/03064iAhDgAJ >
Yes, that's the right thread and info. Basically only things in the `./leo` folder tree are available when installing from PyPi, so non-from-source-code installs. launchLeo.py is only needed when PYTHONHOME doesn't know about Leo, e.g. Leo hasn't been installed. -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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/48108bbc-74be-411e-b46e-7ce66e1d2b80%40googlegroups.com.
