Including a directory using Pyinstaller

前端 未结 5 893
轻奢々
轻奢々 2020-12-01 05:43

All of the documentation for Pyinstaller talks about including individual files. Is it possible to include a directory, or should I write a function to create the include ar

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 05:56

    I'm suprised that no one mentioned the official supported option using Tree():

    https://stackoverflow.com/a/20677118/2230844

    https://pythonhosted.org/PyInstaller/advanced-topics.html#the-toc-and-tree-classes

提交回复
热议问题