What does it mean to say that Leo is a pure python app?

2018-02-25 Thread Edward K. Ream
This is becoming an interesting question now that we discussing vue.js and the wider node.js world. Imo, the statement "Leo is a pure python app" means that Leo should run whenever both python and pyqt are installed. Maybe I should say, installed compatibly ;-) Furthermore, it should be

Re: Leo 5.7b2 on PyPi - please test

2018-02-25 Thread Edward K. Ream
On Sat, Feb 24, 2018 at 7:56 PM, Matt Wilkie wrote: > Hi Folks, > > I've uploaded `leo-5.7b2.dev27` to PyPi.org. It installs successfully on > Win7x64 for Python 3.6 and Python 2.7. It should work on Win10 and Linux > also, can anyone confirm that? > ​Many thanks, Matt, for

Jupyter as Leo's what ? [via] A study outline containing eric6 docs

2018-02-25 Thread Zoom.Quiet
On Sun, Feb 25, 2018 at 4:51 PM, Edward K. Ream wrote: > On Sun, Feb 25, 2018 at 1:36 AM, Zoom.Quiet wrote: >> >> OT: JupyterLab Documentation — JupyterLab 1.0 Beta documentation >> http://jupyterlab.readthedocs.io/en/latest/ >> >> Jupyter will make

Re: A study outline containing eric6 docs

2018-02-25 Thread Edward K. Ream
On Sun, Feb 25, 2018 at 1:36 AM, Zoom.Quiet wrote: > OT: JupyterLab Documentation — JupyterLab 1.0 Beta documentation > http://jupyterlab.readthedocs.io/en/latest/ > > Jupyter will make web page as IDE... > ​Thanks for this link. Imo it is *on* topic. I have no clear

Re: Leo 5.7b2 on PyPi - please test

2018-02-25 Thread lewis
Hi Matt, I upgraded my existing leo pip installation on my Win10 Python3 machine. pip install --upgrade leo It installed the new package requirement 'semantic-version'. Here is the pip log: [snip] Installing collected packages: semantic-version, sphinx, leo Found existing installation: Sphinx

Re: Leo 5.7b2 on PyPi - please test

2018-02-25 Thread lewis
Once again I forgot to hide my Leo git repo. Here is the log: *Leo Log WindowLeo 5.7b2, build 20180214224634, Wed Feb 14 22:46:34 PST 2018Not running from a git repoPython 3.6.4, PyQt version 5.10.0* Please note at 'Running Leo' there is no clear instruction that if running a Leo pip

Re: Joe, building LeoVue fails for me on Windows and Ubuntu

2018-02-25 Thread Edward K. Ream
On Fri, Feb 23, 2018 at 11:05 AM, Zoom.Quiet wrote: > OT: Critical Linux filesystem permissions are being changed by latest > version · Issue #19883 · npm/npm > https://github.com/npm/npm/issues/19883 > ​Yikes! From the thread: QQQ 1. Be a dev on one of the most

Re: What does it mean to say that Leo is a pure python app?

2018-02-25 Thread Edward K. Ream
On Sunday, February 25, 2018 at 2:34:06 AM UTC-6, Edward K. Ream wrote: > Plugins are free to require whatever packages they like, even including new python extension modules built with C++ or rust. Provided that plugins fail gracefully if required packages are not installed. Edward -- You

Re: Improving the javascript importer

2018-02-25 Thread Edward K. Ream
On Sat, Feb 24, 2018 at 12:48 PM, vitalije wrote: > Here is one of rust libraries for generating lexer/parser LALRPOP > > > Here is rust library for writing shared library extensions for CPython > rust-cpythton

Re: how to run a script when Leo starts

2018-02-25 Thread Phil
There would still be a security risk for a specific Leo file, which would need addressing, but it perhaps simplifies the problem somewhat. Actually, the security risk would be higher if a Leo file could turn on @script by itself. It means that even when the global setting disallows

Re: Leo 5.7b2 on PyPi - please test

2018-02-25 Thread Viktor Ransmayr
Hello Matt, 2018-02-25 2:56 GMT+01:00 Matt Wilkie : > Hi Folks, > > I've uploaded `leo-5.7b2.dev27` to PyPi.org. It installs successfully on > Win7x64 for Python 3.6 and Python 2.7. It should work on Win10 and Linux > also, can anyone confirm that? Run the command below from

Re: how to run a script when Leo starts

2018-02-25 Thread Phil
Alright, I have done a little test, as follows: In myLeoSettings.leo: @bool scripting-at-script-nodes = True With test.leo Under @settings, include this: @bool scripting-at-script-nodes = True create node @script myscript containing this: import datetime

Re: Jupyter as Leo's what ? [via] A study outline containing eric6 docs

2018-02-25 Thread Edward K. Ream
On Sun, Feb 25, 2018 at 3:19 AM, Zoom.Quiet wrote: Leo can embedded Jupyter as inter. command; > will make product world merged as code world? > ​That was not my intention.​ of course: > this kinds of enhancement, is not for core ability, > not necessarily think now ;-)

Re: Jupyter as Leo's what ? [via] A study outline containing eric6 docs

2018-02-25 Thread Zoom.Quiet
On Sun, Feb 25, 2018 at 10:14 PM, Edward K. Ream wrote: > On Sun, Feb 25, 2018 at 3:19 AM, Zoom.Quiet wrote: > >> Leo can embedded Jupyter as inter. command; >> will make product world merged as code world? > > > That was not my intention. > > >> of