cx-freeze PermissionError: [Errno 13] Permission denied

后端 未结 3 550
北恋
北恋 2021-01-20 20:18

I am attempting to use cx_Freeze as an alternative to my usual application for converting .py to .exe (auto-py-to-exe). When I run it in cmd I get:

C:\\WINDO         


        
3条回答
  •  青春惊慌失措
    2021-01-20 20:58

    Read this doc. Create a setup.py file in your project directory and copy the content from the docs into it.

    Modify it as necessary, then run python setup.py build inside your project directory.

提交回复
热议问题