Hi all,
First time poster.

I'm trying to run pyinstaller on a wxPython desktop program. Builds fine on 
Windows but, on linux, it hangs running hook-PyQt5.py

26 INFO: PyInstaller: 4.0
26 INFO: Python: 3.6.9
27 INFO: Platform: Linux-5.4.0-47-generic-x86_64-with-LinuxMint-19.3-tricia
28 INFO: UPX is not available.

Best I can tell it's hanging here:
datas = [x for x in
collect_system_data_files(pyqt5_library_info.location['PrefixPath'],
'PyQt5')
if os.path.basename(x[0]) == 'qt.conf']

pyqt5_library_info.location['PrefixPath'] returns 

'/usr'

which, of course is a very big tree.

Any suggestions how to fix?

Thanks,
Alan

-- 
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/61236261-e90e-47de-b08e-fc837d59fb28n%40googlegroups.com.

Reply via email to