Making a portable (exe) with Python 3.1?

后端 未结 1 881
情深已故
情深已故 2021-01-02 12:56

Is there a way to make a portable/stand-alone exe for python apps?

I\'ve read about p2exe but it doesn\'t support the latest version. I\'m reluctant to go to 2.6 be

相关标签:
1条回答
  • 2021-01-02 13:33

    cx_freeze has worked for me. Here's a link. The page claims to support 3.1. Good luck!

    http://cx-freeze.sourceforge.net/

    0 讨论(0)
提交回复
热议问题