Rok Mandeljc
Rok Mandeljc
> > Where does the `QtWebEngineProcess` end up being collected, then? > > In /_internal/PyQt5/Qt5/lib/qt/libexec/QtWebEngineProcess as before Even if you do ``` pip uninstall pyinstaller pip install https://github.com/rokm/pyinstaller/archive/refs/heads/linux-distro-qtwebengine.zip ``` ?
> All of the items that can be included in the spec file should be in the spec with their default options. I disagree. In my view, the generated spec...
If you need to change current working directory, then your code somewhere else is using relative paths (thus assuming that you know what the current working directory is). *Those* relative...
> Is it happenstance or convention that working directory is set to the executable by the launcher? Should I be concerned that this could change? I think if you double-click...
Hmm, I'm quite sure that the splash image path needs to receive the `repr_filepath()` treatment as well - as this is what originally sparked #8004.
Is there a reason why `repr()` is included in `repr_filepath()` (i.e., why it returns representation)? I think it would make more sense for the string building part to use `%r`,...
> Mind if I scrap the whole `makespec.make_variable_path()` functionality? The only substitution it knows is replacing the directory of PyInstaller itself which no one should have any reason to use?...
> > Mind if I scrap the whole `makespec.make_variable_path()` functionality? The only substitution it knows is replacing the directory of PyInstaller itself which no one should have any reason to...
Those test failures are not directly related to the PR; the matching pattern in https://github.com/pyinstaller/pyinstaller/blob/b2b188b5865975b67a9f79b46f2af294def0adb9/tests/functional/test_binary_vs_data_reclassification.py#L50 does not account for numbers greater than 99 (e.g., `Analysis-105.toc`). This probably depends on the...
When (re)signing manually, did you (re)sign every binary (dylib, executable, .framework bundle) in the PyInstaller-generated onedir application? For the time being, you should replace your actual PyInstaller-frozen application with a...