On Mon, Feb 25, 2019 at 3:14 AM Matt Wilkie <[email protected]> wrote:
I'm writing a python script which needs to locate Leo's library location in > the filesystem. By looking various places I see the pattern of `import leo > .core.leoGlobals as g` and `g.computeLeoDir()`, but that doesn't work for > me. I get an error of "object has no attribute loadManager". > The place to start looking is runLeo.py, the section: << imports and inits >> (runLeo.py) See if you can use that exact code. If not, let me know. Edward -- 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.
