Rok Mandeljc
Rok Mandeljc
Now that I think about it, this is very likely a side effect of #6925 - because it extends the search path for shared libraries with paths found in `PATH`...
Perhaps always adding `sys.base_prefix` as a first search path on Windows (instead of just for MS store python) would also ensure that we pick correct `python3.dll` (and `python3X.dll` in case...
> SystemExit: Unable to find "C:\Users\User\AppData\Local\Programs\Python\Python310\pythoncom310.dll > Could not open file mapping object (2)." when adding binary and data files. Hmm, those leading and ending quotes look like there was...
> We ought to get rid of that `exec_statement()` call so I'll leave this one open. At this point, we should probably get rid of them all...
Can you provide a minimal example that triggers this issue (i.e., are you trying to force a particular backend)? Does the following example work if you try to freeze it?...
What version of PyInstaller are you using? (And for that matter, what version of python and keyring)?
So what is the output of ```python # program.py import keyring print(keyring.get_keyring()) keyring.get_password('ser','User') ``` if you run it in your python environment (without PyInstaller)? Does it also print `keyring.backends.fail.Keyring (priority:...
Hmm, I suppose you are using KWallet backend (other backends do not seem to work on CentOS7), and the problem might be collection of `dbus-python`...
Hmmm, nope, the frozen test program works in my test CentOS7 VM with KDE and KWallet installed, same as unfrozen version. You *are* running the frozen program from within the...
> @sjohannes The package discid should be added to `tools/installer/requirements.txt`, right? What about its dependency to libdiscid (https://python-discid.readthedocs.io/en/latest/install/#libdiscid) ? `discid` goes to `tools/installer/requirements.txt`, and `mingw-w64-i686-libdiscid` goes [here](https://github.com/exaile/python-gtk3-gst-sdk/blob/master/win_installer/data/sdk.config). We'll need a...