Creating a windows installer for python using inno setup

前端 未结 2 1613
独厮守ぢ
独厮守ぢ 2021-02-01 11:09

I am developing an application that needs python to be installed to execute. I am thinking of creating an installer(for windows) which will install the required setups automati

2条回答
  •  北恋
    北恋 (楼主)
    2021-02-01 11:50

    If your program depends on many 3rd party packages and not just the Python standard library then it might be easier to freeze it using cx_Freeze or py2exe and then package all files into an installer using Inno Setup.

提交回复
热议问题