python - Can I add specified modules using pyinstaller?
欧阳克
欧阳克 2017-06-12 09:26:11
0
1
1025

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?

欧阳克
欧阳克

温故而知新,可以为师矣。 博客:www.ouyangke.com

reply all(1)
刘奇

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!