Using bundle_files = 1 with py2exe is not working

后端 未结 4 958
小蘑菇
小蘑菇 2020-12-31 05:23

After some big frustration I did it! I converted my django app to an \"exe\" one to run as a single standalone app on windows (using cherrypy as a WSGI server) But When I tr

4条回答
  •  误落风尘
    2020-12-31 05:36

    this post talks all about using py2exe to get a single exe file.

    py2exe - generate single executable file

    If you post some code i'll take a look, and your error message will help to.

提交回复
热议问题