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, mayb

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 a

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 creati

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 checkli

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 > > > https://freebsdfoundation.org/our-work/journal/browser-based-edition/p

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 d

Re: Leo's PyPi page will remain

2024-02-11 Thread Thomas Passin
I don't know for sure about the Mac (why it would be different, I mean), but you want to install "pyqt6", not "qt". You should also install "PyQt6-WebEngine", for the ViewRendered3 plugin to work completely. I don't know if that has finally gotten into the requirements list or not. On Window

Re: Leo's PyPi page will remain

2024-02-11 Thread Geoff Evans
(Sorry; forgot to say this is in MacOS) On Sunday 11 February 2024 at 16:03:48 UTC-3:30 Geoff Evans wrote: > Thanks Edward, I tried that and got further than I did 2 weeks ago. "pip > install leo" apparently works but when I then type "leo" I get > Can not load the requested gui: qt > Then whe

Re: Leo's PyPi page will remain

2024-02-11 Thread Geoff Evans
Thanks Edward, I tried that and got further than I did 2 weeks ago. "pip install leo" apparently works but when I then type "leo" I get Can not load the requested gui: qt Then when I try "pip install qt" I get "ERROR: No matching distribution found for qt". What am I missing? Cheersgeoff

Leo's PyPi page will remain

2024-02-11 Thread Edward K. Ream
I have deleted the ill-fated 6.7.7.1 release from Leo's PyPi page . pip install leo should work again as before. Issue #3767 now suggests supporting pip install -r requirements.txt as an easy way to install re