Re: Wow: take a look at leoflexx.py

2018-11-04 Thread Matt Wilkie
*I??!!! Wow indeed* -- 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 leo-editor+unsubscr...@googlegroups.com. To post to this group, send email to

cool things: python-fire

2018-11-04 Thread Matt Wilkie
Drop this in the "cool things seen out there" and "probably room for this in my toolkit" bins: *Python-fire -* *a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. * *...call Fire in your library,

Re: How to launch Leo via pythonw.exe with an Anaconda environment but without an extra console window?

2018-11-04 Thread Matt Wilkie
For leo specifically, install leo with pip and then create a shortcut to `PYTHONHOME\Scripts\leo.exe`. Something like: End user: conda create -n Leo activate Leo conda install pip pip install leo mklink "%HOMEDRIVE%%HOMEPATH%\Desktop\Leo.lnk" ^

Wow: take a look at leoflexx.py

2018-11-04 Thread Edward K. Ream
Cutting and pasting this demo created a functional ace-based editor in Leo's body pane. Run the code as follows: python leo\plugins\leoflexx.py --flexx-webruntime= browser Edward -- You received this

Re: LeoWapp progress report

2018-11-04 Thread Edward K. Ream
On Sunday, November 4, 2018 at 4:48:18 AM UTC-6, Edward K. Ream wrote: > This response will be pre-writing for the info item #1011 : About Leo and flexx. I have now completed the first draft of #1011. It contains only minor edits. Edward

Re: How to launch Leo via pythonw.exe with an Anaconda environment but without an extra console window?

2018-11-04 Thread Zoom.Quiet
for in win10, i know some ways to make hide terminal windows: 0: CMDOW /RUN /HID python ... 1: as system -> Task Scheduler 2: as reboot auto run 3: ... but not test for Leo Arjan 于2018年11月4日周日 下午7:24写道: > > Hello all, > > I asked this question in the Anaconda forums but didn't get any response

How to launch Leo via pythonw.exe with an Anaconda environment but without an extra console window?

2018-11-04 Thread Arjan
Hello all, I asked this question in the Anaconda forums but didn't get any response there. I'm hoping some of you have an answer to this question. With a previous installation, with Anaconda's Python on my PATH in Windows, I used to just create a shortcut for Leo with a target like this:

Re: Might be interesting for Leo WebApp

2018-11-04 Thread Edward K. Ream
On Sat, Nov 3, 2018 at 11:28 PM Matt Wilkie wrote: > Enhancement request done! > https://github.com/leo-editor/leo-editor/issues/1010 > Thanks, Matt. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: LeoWapp progress report

2018-11-04 Thread Edward K. Ream
On Sat, Nov 3, 2018 at 3:21 PM Terry Brown wrote: Flexx is very different from other frame works because you write everything > in Python. You might try writing a web gui in Vue, React, or JQuery to get > something more typical. > Thanks for this. I am becoming convinced that flexx is exactly

Re: python_terminal.py

2018-11-04 Thread Edward K. Ream
On Fri, Nov 2, 2018 at 5:21 PM Chris George wrote: The solution was to disable [python_terminal.py]. > Thanks for this report. I've just created #1009 for this issue. Edward -- You received this message because you are subscribed to the