Hi,
Pyinstaller is creating the .exe just fine. However, I would like to see the list of py/pyc files
it is adding to the final .exe. Our application is very complicated and has 100s of imports.
It would take hours to go through all files of the logic to manually generate the same list of files.
I've read through the pyinstaller docs, but sometimes the solution is not obvious.
Thanks