简体   繁体   English

如何在py2exe exe中包含Python包

[英]How to include Python package in py2exe exe

While trying to convert multiple .py files into an exe file with py2exe I get the error: Traceback (most recent call last): File "ParentWindow.py", line 7, in 尝试使用py2exe将多个.py文件转换为exe文件时,出现错误:Traceback(最近一次调用为最新):文件“ ParentWindow.py”,第7行,在

The mentioned 'FileAnalysers1' is the python package that contains the .py scripts. 提到的“ FileAnalysers1”是包含.py脚本的python软件包。 How to I include the whole package in the exe? 如何在exe中包含整个程序包?

阅读了SO问题如何包含软件包文件py2exe的答案中提供的本教程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM