Build Multiple .py files into a single executable file using pyinstaller

后端 未结 4 1755
情话喂你
情话喂你 2020-12-28 18:55

I have made a small pyqt application of 5 and 6 .py files.Now I want to build them and compiled them in a single main file.Mean I have to operate them from one main window e

4条回答
  •  一向
    一向 (楼主)
    2020-12-28 19:43

    The way can be creating .dll files with C/C++ or C# and adding to the exe folder. To implement this solution you can check c_types of python as well.

提交回复
热议问题