Compiling with Python 3.3

后端 未结 1 425
一生所求
一生所求 2021-01-23 06:16

Let me start by saying I have only very recently started programming. I don\'t know how to use the cx_freeze script. I don\'t know how to make the word \'python\' work in comman

1条回答
  •  遇见更好的自我
    2021-01-23 06:46

    Unfortunately, cx_freeze is the only way to do it as far as I can tell.

    Perhaps you are just having bad luck with cx_freeze. Try this in a .bat file.

    @echo off
    \python \scripts\cxfreeze 
    
                                     
                  
提交回复
热议问题