kf5.kio.core: "Could not enter folder tags:/."
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 listedremains completely empty.
Thanks for providing the information and testing different build variations. This does not look like to being caused by PyInstaller.
Please ensure there are actually AC7 files in this folder. Maybe
adding a pattern for "all files" helps?
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 get the same message in on of my applications, thus I strongly
assume this s unrelated.
Goebel Consult, Landshut
http://www.goebel-consult.de
Blog:
https://www.goe-con.de/blog/frauenhofer-promoted-gnunet-mit-heisser-luft
Kolumne:
https://www.goe-con.de/hartmut-goebel/cissp-gefluester/2011-09-kommerz-uber-recht-fdp-die-gefaellt-mir-partei
However, I've been able to work around the problem by modifying my Qt code *not* to use "Native File Dialogs".
When Qt displays the file dialog using its internal implementation instead of trying to use the KDE5 one, it works perfectly both in source and frozen form.
So I'm guessing there must be some shared library that is not found/included although so far I didn't find any way to get an error message or to somehow get a grip on the problem.
Yes, this looks Qt requires some other shared library to access
the "Native File Dialogs".
Goebel Consult, Landshut
http://www.goebel-consult.de