hi all, I'm experiencing weird behaviour in a pyinstaller generated executable.
Everything seems to work, except when selecting a file using a QFileDialog: The QFileDialog shows up and I can type in filenames and folder names and they will even autocomplete, but no matter what file filters are selected, the file area where normally folder names and file names are listed remains completely empty. I'm currently trying pyinstaller 4.0.dev0+3f57c914226 with python 3.7.4 on Linux-5.3.5-arch1-1-ARCH-x86_64-with-arch, but the same problem happens with pyinstaller 3.5 I have upx available, but the same problem happens without upx Same problem for --one-file and --one-dir I have run strace but nothing suspicious showed up. I'm using KDE5 desktop environment. When the file dialog is opened, the following error is displayed on the console (this happens both when running from directly from python source code - where everything works as expected - and when running from pyinstaller generated executable - where it seems to be broken): kf5.kio.core: "Could not enter folder tags:/." I've attached 2 screenshots to illustrate the difference. Any ideas? I'm a bit lost as to how to continue. Thanks. -- 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/0410d31b-4cc6-4790-abde-f116d51b8f50%40googlegroups.com.
