Re: Missing files when opening outline leoPyRef.leo

2017-12-04 Thread Viktor Ransmayr
Done. https://github.com/leo-editor/leo-editor/issues/603 & https://github.com/leo-editor/leo-editor/issues/604 2017-12-05 6:45 GMT+01:00 Matt Wilkie : > Yeah one each is a bit much! One for user and one for develop will do. > > Thanks for your testing and feedback, it's

Re: Missing files when opening outline leoPyRef.leo

2017-12-04 Thread Matt Wilkie
Yeah one each is a bit much! One for user and one for develop will do. Thanks for your testing and feedback, it's appreciated. Matt On Mon, Dec 4, 2017 at 11:54 AM, Viktor Ransmayr wrote: > Hello Matt, > > Here's a quick summary of the results, when I tried to open

Re: Missing files when opening outline leoPyRef.leo

2017-12-04 Thread Viktor Ransmayr
Hello Matt, Here's a quick summary of the results, when I tried to open the outlines from a pip(user) as well as a pip(developer) installation. ### Using leo-57-usr (installed using "pip install leo") Open all Leo-related outlines using "File >> Open Leo File >>" * CheatSheet.leo -> OK. *

Re: Missing files when opening outline leoPyRef.leo

2017-12-02 Thread Viktor Ransmayr
@Matt: I just found out, that the same is true, if I'm opening the outline "LeoDocs.leo" Leo Log Window Leo 5.6, build 20171129062306, Wed Nov 29 06:23:05 CST 2017 Not running from a git repo Python 3.6.3, PyQt version 5.9.3 Windows 10 AMD64 (build 10.0.16299) SP0 isPython3: True caching

Re: Missing files when opening outline leoPyRef.leo

2017-11-25 Thread Viktor Ransmayr
@Matt: Thanks for this detailled explanation. It's true, that it's not easy to find the right balance between Developer & (pure) User needs. In any case, I'd like to say 'thank you' once more for your pip-related Leo work. 2017-11-26 6:37 GMT+01:00 Matt Wilkie : > Thanks

Re: Missing files when opening outline leoPyRef.leo

2017-11-25 Thread Matt Wilkie
Thanks Viktor. This is a known issue, but yet to be documented up front where people see it. Basically anything in the root folder of the leo-editor code repository is not installed when using pip. This is because they need to be relative to `./leo-editor/leo` folder, which make them at the top

Re: Missing files when opening outline leoPyRef.leo

2017-11-25 Thread Viktor Ransmayr
Additional information: This is the Leo version that I installed from * pip install --index-url https://test.pypi.org/simple/ leo * see also my comments as ranvik14 at https://github.com/leo-editor/leo-editor/issues/562 2017-11-25 8:52 GMT+01:00 Viktor Ransmayr : >