How do I use cx_freeze?

后端 未结 5 940
心在旅途
心在旅途 2020-12-07 16:43

I\'ve created my setup.py file as instructed but I don\'t actually.. understand what to do next. Typing \"python setup.py build\" into the command line just gets a syntax er

5条回答
  •  悲&欢浪女
    2020-12-07 17:16

    find the cxfreeze script and run it. It will be in the same path as your other python helper scripts, such as pip.

    cxfreeze Main.py --target-dir dist

    read more at: http://cx-freeze.readthedocs.org/en/latest/script.html#script

提交回复
热议问题