Thanks Jurica, that seems to be the exact problem I was facing! Cheers! On Tuesday, August 15, 2023 at 12:31:19 PM UTC-7 Jurica Bacurin wrote:
> Hi, > > I was also having trouble with that issue and finally yesterday found this > issue on pyinstallers github issues: > https://github.com/pyinstaller/pyinstaller/issues/7789 > The latest pyinstaller release seems to process the Qt .framework bundles > which leads to a broken Qt in the created package. > > After switching to the develop branch and rebuilding the bootloader I can > create app bundles with python 3.11 and PyQt 6.5.2 that work. > > Hope this helps. > Philip Queen schrieb am Sonntag, 30. Juli 2023 um 09:44:05 UTC+2: > >> >> Hi thanks for the response. Google didn't email me like I thought it >> would so I missed it, my apologies. >> >> As I said in my original message though, I'm trying and failing to build >> on macOS=12.6.2, so I'm not too worried about the minimum support you >> mentioned. I would just like to be able to use pyinstaller to bundle my >> pyqt app, and it its segfaulting on even the most basic pyqt app. >> On Thursday, June 15, 2023 at 10:16:21 AM UTC-6 bwoodsend wrote: >> >>> PyQt6 doesn't support macOS < 11.0 now. And PyInstaller doesn't support >>> macOS<10.15 unless you compile it from source. If you want to support old >>> macOS versions, you should build on old macOS versions so that these issues >>> are easy to diagnose. >>> >> -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/b15cd5b7-3c7f-44bb-83b2-4657b80e8077n%40googlegroups.com.
