Hi again, I was running my test file using >pyinstaller text.py. So, no spec-file or anything fancy. However, I have an interesting update. The qt.conf file is being created on stock Python and also WinPython. But it isn't created when using Anaconda Python. So, there is definitely some 'magic' happening Anaconda. I just don't know what it is.
Anyway, a workaround is to use the hack I described earlier to delete the qt.conf file, or just use Anaconda. I hope that's useful for others experiencing the same problem. On 8 September 2015 at 23:18, Hartmut Goebel <[email protected]> wrote: > Am 08.09.2015 um 15:10 schrieb Laurence Anthony: > > Same problem as before. A qt.conf file is created in the same folder as > the .exe created by PyInstaller. > > > I just grepped the source of PyInstaller, "qt.conf" does not occur there. > So the file is not actively created by PyInstaller. And I was not able to > reproduce this. On my system (Linux), no qt.conf file is here in either > cases. > > If in onefile the file is put beside the .exe, this means either: > > 1. the spec-file contains a COLLECT() part (which means you have a > hand.crafted spec-file, which basically is okay > 2. Something else creates the qt.conf file. > > In the later case you may try one of the too mentioned in > https://github.com/pyinstaller/pyinstaller/wiki/How-to-Report-Bugs#make-sure-everything-is-packaged-correctly > (e.g. STraceNT) to track this down. > > -- > Schönen Gruß > Hartmut Goebel > Dipl.-Informatiker (univ), CISSP, CSSLP > Information Security Management, Security Governance, Secure Software > Development > > Goebel Consult, Landshut > http://www.goebel-consult.de > > Blog: http://www.goebel-consult.de/blog/feiertagsarbeit-bei-teletrust > Kolumne: > http://www.cissp-gefluester.de/2011-02-fleisige-datensammler-fur-lukratives-geschaeftsmodell-gesucht > > -- > 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 post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pyinstaller. > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
