Re: Leo's PyPi page will remain

2024-02-16 Thread Thomas Passin
On WIndows, installing pyqtx does not require a separate installation of Qt - apparently all the binaries needed are packaged with pyqyx. From your error message, on the Mac it seems that you need to install Qt itself, apart from any Python installation. If Qt has already been installed,

Re: Interesting Post On Retiring An API

2024-02-16 Thread Edward K. Ream
On Friday, February 16, 2024 at 2:06:51 PM UTC-6 Edward K. Ream wrote: On Fri, Feb 16, 2024 at 12:35 PM Thomas Passin wrote: If you’re just going to sit there doing nothing, at least do nothing correctly <https://devblogs.microsoft.com/oldnewthing/20240216-00/?p=109409> Thanks for th

Re: Interesting Post On Retiring An API

2024-02-16 Thread Edward K. Ream
On Fri, Feb 16, 2024 at 12:35 PM Thomas Passin wrote: >From The Old New Thing - > > If you’re just going to sit there doing nothing, at least do nothing > correctly > <https://devblogs.microsoft.com/oldnewthing/20240216-00/?p=109409> > Thanks for the link. It ma

Re: Leo's PyPi page will remain

2024-02-16 Thread Geoff Evans
Thanks Thomas for the pyqt6 reminder (I remembered doing something like that years ago, but not precisely what ;-) Now I get "qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the

Interesting Post On Retiring An API

2024-02-16 Thread Thomas Passin
>From The Old New Thing - If you’re just going to sit there doing nothing, at least do nothing correctly <https://devblogs.microsoft.com/oldnewthing/20240216-00/?p=109409> -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: PEP 517: Python Packaging’s New World Order [was: ] Re: Leo's PyPi page will remain

2024-02-16 Thread Edward K. Ream
On Fri, Feb 16, 2024 at 4:16 AM Edward K. Ream wrote: > On Friday, February 16, 2024 at 4:04:02 AM UTC-6 george.z...@gmail.com > wrote: > > More on setup.py > https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary > > > Thanks for this. My *guess* is that Leo is already

Re: Leo's new beautifier is too fast to speed up!

2024-02-16 Thread Edward K. Ream
On Friday, February 16, 2024 at 4:33:16 AM UTC-6 Edward K. Ream wrote: > Experiments show that it would be difficult/impossible to make Leo's new beautifier 10x faster! Here are the timing statistics to beautify leoAst.py with Leo's new beautifier: tbo: 0.1 sec. dirty: 0 checked: 1

Leo's new beautifier is too fast to speed up!

2024-02-16 Thread Edward K. Ream
I have just closed two items and marked them "Won'tDo": - #3662 : Rewrite Leo's beautifier in Nim. - PR #3717 : Transliterate Orange class into Rust. - Experiments show that it would be

Re: PEP 517: Python Packaging’s New World Order [was: ] Re: Leo's PyPi page will remain

2024-02-16 Thread Edward K. Ream
On Friday, February 16, 2024 at 4:04:02 AM UTC-6 george.z...@gmail.com wrote: More on setup.py https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary Thanks for this. My *guess* is that Leo is already creating distributions correctly: - Following Leo's installation

Re: PEP 517: Python Packaging’s New World Order [was: ] Re: Leo's PyPi page will remain

2024-02-16 Thread George Zipperlen
More on setup.py https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary On Friday, February 16, 2024 at 4:48:19 AM UTC-5 George Zipperlen wrote: > > Some thoughts on Python packaging from the BSD folks > > >

PEP 517: Python Packaging’s New World Order [was: ] Re: Leo's PyPi page will remain

2024-02-16 Thread George Zipperlen
Some thoughts on Python packaging from the BSD folks https://freebsdfoundation.org/our-work/journal/browser-based-edition/pep-517-python-packagings-new-world-order/ On Sunday, February 11, 2024 at 2:59:32 PM UTC-5 tbp1...@gmail.com wrote: > I don't know for sure about the Mac (why it would be