Chris Ritchey

Results 7 comments of Chris Ritchey

Works for Windows 10 with python 3.7.4, PySide2==5.13, and numpy==1.16.2, it failed for 1.17+

I'm trying to figure this out as well, I came accros this blog and I'm currently in the process of digesting it: https://justcode.nimbco.com/PyInstaller-with-Qt5-WebEngineView-using-PySide2/

unfortunately I do not have a minimum working example. for me `fbs freeze` works normally, but when I do `fbs freeze --debug` I get this error. If I can't find...

@mherrmann Given your example I do get the error, however I am running Python 3.7. I edit `venv/Lib/site-packages/fbs/freeze/__init__.py` to the following: https://gist.github.com/Aperion/daf314c286a94ec5e41e01b5b79ef8b8 After such a time called `fbs freeze --debug`...

BTW this appears to be the same issue pyinstaller was facing. I worked around it by using the module instead of the exe. so running `python -m fbs freeze` instead...

We got hit with this error as well. The strange thing is only one zip out of 8 had this error, and the same zip worked in previous version of...

Another confirmation that the above fix indeed works. It worked fine under windows, but in the WSL instance in the same directory I would get the permission denied error. Adding...