Trying to use py2exe, but python is not recognized

后端 未结 2 1803
难免孤独
难免孤独 2020-12-21 20:30

I am following the the tutorial at http://www.py2exe.org/index.cgi/Tutorial to figure out how to use py2exe. I get down to step 3 where you are supposed to run the command:<

2条回答
  •  一生所求
    2020-12-21 21:12

    You need to add python to your system path. This is done differently on different OSs. Instructions for most versions of Windows You need to add C:\Python24 or whereever python is on your computer.

提交回复
热议问题