Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread Edward K. Ream
On Friday, September 30, 2022 at 3:59:21 PM UTC-5 Félix wrote: > you're right. I'll try to discuss this with Edward to make leoBridge more > robust. (if the error is really about leobridge not handling something > correctly under python 3.10.x) I've just taken a look at leoBridge.py. The er

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread Félix
you're right. I'll try to discuss this with Edward to make leobridge more robust. (if the error is really about leobridge not handling something correctly under python 3.10.x) Please keep me up to date with any of the suggestions I made in my previous answer. (checking if it does that while try

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread Thomas Passin
Apart from why this isn't working, it looks like the bridge should guard against receiving None here when it expected to get an actual commander; and an error message could be output as well. On Friday, September 30, 2022 at 4:26:04 PM UTC-4 Félix wrote: > Hmm.. that's weird... from your error

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread Félix
Hmm.. that's weird... from your error message, it's in "leobridge" that it fails, not in "leoserver".. i started a little investigation...: Only difference i can see (other than some plugins that could mess things up) is that you're on linux+python 3.10.6 while I'm on linux and python 3.9 *So i

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread jkn
Hi Félix I made some progress: one one laptop, I managed to get things running using the 'direct install from vix' approach. My main issue was actually upgrading my python to >3.9 so I could use a recent version of Leo... On my main desktop machine I seem to be having a little more trouble. I