Mike D'Arcy

Results 7 comments of Mike D'Arcy

I've run this, but unfortunately it s not very illuminating. The component that does not load, `QtWebEngineProcess` is not a dynamic library or Python module - it is a separate,...

I was looking at how pyinstaller handles this and it looks like they set an environment variable, `QTWEBENGINEPROCESS_PATH` (documented [here](https://doc.qt.io/qt-5/qtwebengine-deploying.html#deploying-qt-webengine-processes)) on their Mac builds: see https://github.com/pyinstaller/pyinstaller/blob/develop/PyInstaller/hooks/rthooks/pyi_rth_pyqt5webengine.py. Is there a way...

Thanks for looking into this guys. 🥇 So, is the environment variable setting something that ultimately can be injected into the frozen executable and not something I'd have to remember...

Sorry, I should have clarified that better. We have multiple executables in our frozen app "bundle" that individually use the webengine, so presumably it would have to be added to...

I have run clean builds many times trying to get this to work, and it never has had any effect. In fact, the automated build process that I use to...

I second this and related issues concerning handling of remote files. Unfortunately, this lack of explicit specification around the requirements and usage of fetch.txt results in some confounding implementation issues...

Apologies, but it is not clear to me what "FAIR protocol buffer" is supposed to mean in the context of the `bdbag` software. Would it be possible for you to...