Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Terry Brown
On Tue, 30 Oct 2018 12:16:34 -0500 "Edward K. Ream" wrote: > I've gotten the first few Flexx examples working.  The widgets look > ugly, but perhaps that will not be an issue in the long run... I'm not sure how that will play out, for example can you integrate Flexx with other layers like

Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Edward K. Ream
On Tue, Oct 30, 2018 at 12:14 PM Terry Brown wrote: > What framework do you prefer? > ... > Flexx uses web-sockets by default / exclusively, so it's probably going > to be the most solid there. > That seems important. Flexx's approach is idiosyncratic enough that you're probably stuck > with

Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Edward K. Ream
On Tue, Oct 30, 2018 at 12:11 PM Offray Vladimir Luna Cárdenas wrote: > From my Python times, I liked a lot web2py[1] as a full stack python based > but easy and self-contained web framework. Bottle and Flask would be my > alternatives for minimal web frameworks. > > [1] http://web2py.com/ >

Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Terry Brown
On Tue, 30 Oct 2018 11:50:12 -0500 "Edward K. Ream" wrote: > On Tue, Oct 30, 2018 at 11:07 AM Terry Brown > wrote: > > I do wonder if it's necessary to include development of a websockets > > layer in LeoWapp. Maintenance burden, complexity, all that. > > > > Flexx is a Python framework that

Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Offray Vladimir Luna Cárdenas
On 10/30/18 11:50 AM, Edward K. Ream wrote: > On Tue, Oct 30, 2018 at 11:07 AM Terry Brown > wrote: > > I do wonder if it's necessary to include development of a websockets > layer in LeoWapp.  Maintenance burden, complexity, all that. > > Flexx is a

Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Edward K. Ream
On Tue, Oct 30, 2018 at 11:07 AM Terry Brown wrote: I do wonder if it's necessary to include development of a websockets > layer in LeoWapp. Maintenance burden, complexity, all that. > > Flexx is a Python framework that uses websockets, there are probably > others. > > Also there a lots of web

Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Terry Brown
On Tue, 30 Oct 2018 08:51:18 -0700 (PDT) "Edward K. Ream" wrote: > On Tuesday, October 30, 2018 at 5:54:39 AM UTC-5, Edward K. Ream > wrote: > > It's troubling to disable security checks, even temporarily. I'm a > bit > > surprised that such matters weren't mentioned in the websockets > >

Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Edward K. Ream
On Tuesday, October 30, 2018 at 5:54:39 AM UTC-5, Edward K. Ream wrote: It's troubling to disable security checks, even temporarily. I'm a bit > surprised that such matters weren't mentioned in the websockets > documentation . > The

Re: LeoWapp will use WebSockets and Python 3

2018-10-30 Thread Edward K. Ream
On Monday, October 29, 2018 at 11:11:17 AM UTC-5, Edward K. Ream wrote: The next step will be to look at using a javascript client in the browser. > On Windows and Mozilla, the browser-based example does work,

Re: Leo on FreeBSD

2018-10-30 Thread Edward K. Ream
On Mon, Oct 29, 2018 at 4:17 PM Chris George wrote: > > I am trying to see if Leo will run on FreeBSD. > > So far, so excellent. Python rocks. > > Python 2.7.15, PyQt version 5.10.1 > > Python 3.6.6, PyQt version 4.8.7 > freeBSD12 > isPython3: True > > I expect gotchas in the future but this