我在Ubuntu(机器1)上写了一个python程序,效果很好。
我想使用cxfreeze
使它在机器2(Fresh Ubuntu Installed)上可执行。
我在机器2终端上运行以下命令
sudo apt-get install python-pip
sudo pip install cxfreeze
cxfreeze pythonfile.py
在这些命令之后,当我尝试运行可执行文件时,它不起作用。
不工作:意味着no error, no action and no message
这是我的第一次体验,所以想知道在不同的Ubuntu机器上执行它之前我必须采取的步骤。