Can Pyinstaller generate a list of the files added to the .exe?

32 views
Skip to first unread message

Tony C

unread,
Sep 14, 2023, 2:59:51 PM9/14/23
to PyInstaller
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

bwoodsend

unread,
Sep 16, 2023, 3:13:16 AM9/16/23
to PyInstaller

Try looking in the various build/*/*.toc files that PyInstaller writes.

Reply all
Reply to author
Forward
0 new messages