On Thursday, 7 February 2019 22:18:51 UTC-8, Matt Wilkie wrote: > > @Matt line 13-14 of the setup.py >> import leo.core.leoGlobals as g >> import leo.core.leoVersion as leoVersion >> won't work if setup.py is executed outside of the leo-editor folder. You >> need to add leo-editor folder to sys.path. >> > > Thank you! It would never have occurred to me that setup.py would be run > from somewhere else. >
Fixed in https://github.com/leo-editor/leo-editor/issues/1079. Thanks for pointing me in the right direction. I was off in a totally different direction. Neal: If you rename `pyproject,toml` or move it out of the way pip install will probably work without having to download a new copy of leo. 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. For more options, visit https://groups.google.com/d/optout.
