Re: Problem running Leo after installing Python 3.12

2023-10-12 Thread Edward K. Ream
On Thu, Oct 12, 2023 at 11:55 AM Thomas Passin wrote: > I've not been in a hurry to move to Python 3.12. It's only been out a > short while, I don't know how many of the dependencies work yet with 3.12, > and so why shouldn't I wait for a while and let everything mature longer? > I agree on a p

Re: Problem running Leo after installing Python 3.12

2023-10-12 Thread Thomas Passin
I've not been in a hurry to move to Python 3.12. It's only been out a short while, I don't know how many of the dependencies work yet with 3.12, and so why shouldn't I wait for a while and let everything mature longer? On Thursday, October 12, 2023 at 12:38:01 PM UTC-4 jkn wrote: > > Yes, I've

Re: Problem running Leo after installing Python 3.12

2023-10-12 Thread jkn
Yes, I've vaguely wondered about Textual (https://www.textualize.io/) as well J^n On Thursday, October 12, 2023 at 4:24:47 PM UTC+1 map...@gmail.com wrote: > There is also a problem with Windows-Curses and py 3.12: > https://github.com/leo-editor/leo-editor/issues/3603 > > (Hello everyone!

Re: Problem running Leo after installing Python 3.12

2023-10-12 Thread Matt Wilkie
There is also a problem with Windows-Curses and py 3.12: https://github.com/leo-editor/leo-editor/issues/3603 (Hello everyone!) On Thursday, October 12, 2023 at 4:12:14 a.m. UTC-7 lewis wrote: > I have PyQt6 installed but it is v6.5.2 > See > https://www.riverbankcomputing.com/pipermail/pyqt/202

Re: Problem running Leo after installing Python 3.12

2023-10-12 Thread lewis
I have PyQt6 installed but it is v6.5.2 See https://www.riverbankcomputing.com/pipermail/pyqt/2023-October/045542.html On Thursday, October 12, 2023 at 10:03:51 PM UTC+11 Edward K. Ream wrote: Yes, you must install Qt. #3604 suggests impr

Re: Problem running Leo after installing Python 3.12

2023-10-12 Thread Edward K. Ream
On Thu, Oct 12, 2023 at 4:58 AM lewis wrote: On Windows PC I installed Python 3.12 but when I tried running Leo with > launchLeo.py I get: > > > > *'NoneType' object has no attribute 'gui'** Leo could not be started *** > Yes, you must install Qt. #3604

Re: Problem running Leo after installing Python 3.12

2023-10-12 Thread lewis
It seems I will need PyQt6 v6.5.3 which supports Python v3.12 -- 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 view thi

Problem running Leo after installing Python 3.12

2023-10-12 Thread lewis
On Windows PC I installed Python 3.12 but when I tried running Leo with launchLeo.py I get: *'NoneType' object has no attribute 'gui'** Leo could not be started *** I also tried running with >python.exe -m leo.core.runLeo but got same result. Has anyone had a similar problem? -- You recei

Re: Heads up: PR #3597 rewrites Leos save, save-as and save-to commands!

2023-10-12 Thread Edward K. Ream
On Monday, October 9, 2023 at 2:10:24 AM UTC-5 Edward K. Ream wrote: > PR #3597 rewrites c.save, c.saveAs, and c.saveTo. This PR has been merged into devel. Please report any problems immediately. I have just rescheduled Leo 6.7.5 for Friday,