python - Can I add specified modules using pyinstaller?
欧阳克2017-06-12 09:26:11
0
1
1062
Now we only know that -F compresses the py script into one script. How to compress the entire directory into a binary executable file? In addition, can pyinstaller add modules that are already installed on this machine?
You can add modules, just specify the corresponding dependencies in the configuration file. In addition, it is unrealistic to compress the entire directory into a binary executable file, especially when some files are compressed and packaged and become unusable.
You can add modules, just specify the corresponding dependencies in the configuration file. In addition, it is unrealistic to compress the entire directory into a binary executable file, especially when some files are compressed and packaged and become unusable.