我想通过说我基本上不知道计算机如何工作来作为序言。
我需要将Python程序(untitled.py)转换为exe,并使用cxFreeze进行转换。我使用了安装程序,tutorial用于cxFreeze告诉我运行
cxfreeze untitled.py --target-dir dist
所以我进入Git Bash并输入
cd /c/python27/scripts
./cxfreeze untitled.py --target-dir dist
然后Bash告诉我
bash: ./cxfreeze: c:\python\32-bit\2.7\python.exe^M: bad interpreter: No such file or directory
有人可以告诉我我做错了什么吗?我使用的是Win 7和Python 2.7。