Re: Wow: take a look at leoflexx.py

2018-11-16 Thread Edward K. Ream
On Thu, Nov 15, 2018 at 7:54 PM lewis wrote: > Running commit 90ab77da2f1a > C:\~\AppData\Local\Programs\Python\Python37>python > N:\git\leo-editor\leo\plugins\leoflexx.py --flexx-webruntime=edge-browser > > I see this traceback: > Traceback (most recent call last): > File

Re: Wow: take a look at leoflexx.py

2018-11-15 Thread lewis
Running commit 90ab77da2f1a C:\~\AppData\Local\Programs\Python\Python37>python N:\git\leo-editor\leo\plugins\leoflexx.py --flexx-webruntime=edge-browser I see this traceback: Traceback (most recent call last): File "N:\git\leo-editor\leo\plugins\leoflexx.py", line 14, in import

Re: Wow: take a look at leoflexx.py

2018-11-10 Thread Edward K. Ream
On Sat, Nov 10, 2018 at 4:29 PM lewis wrote: > Rev 1cf84adca only changed leoflexx.py > I was referring to leoflexx_js.py which needs the change at line 173. > Fixed at 12c95c4a3 in skeleton. *Important*: somehow most of the gnx's in leoflexx.py and leoflexx_js.py were the same. I had

Re: Wow: take a look at leoflexx.py

2018-11-10 Thread lewis
Rev 1cf84adca only changed leoflexx.py I was referring to leoflexx_js.py which needs the change at line 173. Regards Lewis -- 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

Re: Wow: take a look at leoflexx.py

2018-11-10 Thread Edward K. Ream
On Fri, Nov 9, 2018 at 8:37 PM lewis wrote: > Leoflexx_js.py also needs updating. Suggest changing line 173: > from > flx.launch(LeoMainWindow, runtime='firefox-browser') > to > flx.launch(LeoMainWindow) > Rev 1cf84adca did that early yesterday. Edward -- You received this message

Re: Wow: take a look at leoflexx.py

2018-11-09 Thread lewis
Leoflexx_js.py also needs updating. Suggest changing line 173: from flx.launch(LeoMainWindow, runtime='firefox-browser') to flx.launch(LeoMainWindow) Regards Lewis On Friday, November 9, 2018 at 11:55:07 PM UTC+11, Edward K. Ream wrote: > > > Oops. leoflexx.py contained: > >

Re: Wow: take a look at leoflexx.py

2018-11-09 Thread lewis
Running this works, launching chrome browser: python N:\git\leo-editor\leo\plugins\leoflexx.py --flexx-webruntime=browser Launching Chrome browser works: python \leo\plugins\leoflexx.py --flexx-webruntime=chrome-browser Launching Edge browser works: python \leo\plugins\leoflexx.py

Re: Wow: take a look at leoflexx.py

2018-11-09 Thread Edward K. Ream
On Fri, Nov 9, 2018 at 6:08 AM lewis wrote: > I tried running leoflexx.py from a console: > python N:\git\leo-editor\leo\plugins\leoflexx.py > --flexx-webruntime=firefox-browser > and get this Traceback: > Oops. leoflexx.py contained: flx.launch(LeoApp, runtime='firefox-browser') Rev

Re: Wow: take a look at leoflexx.py

2018-11-09 Thread lewis
I tried running leoflexx.py from a console: python N:\git\leo-editor\leo\plugins\leoflexx.py --flexx-webruntime=firefox-browser and get this Traceback: [I 22:51:01 flexx.app] Asset store collected 2 new modules. [I 22:51:02 flexx.app] Serving apps at http://localhost:49190/ [I 22:51:02

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

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