美文网首页
解决:cx_freeze 不是内部或外部命令

解决:cx_freeze 不是内部或外部命令

作者: lilith买买买 | 来源:发表于2018-11-16 15:56 被阅读26次

最近想用cx_freeze打包python程序玩一下,pip install 安装了cx_Freeze,但是执行cxfreeze命令的时候就报了不是内部或外部命令,也不是可运行的程序的错。
在python/scripts目录下有看到cxfreeze, cxfreeze-postinstall, cxfreese-quickstart三个文件。
上网查了之后,说是执行python cxfreeze-postinstall会生成cxfreeze.bat, cxfreese-quickstart.bat文件。
然后cxfreeze就可用了。

相关文章

网友评论

      本文标题:解决:cx_freeze 不是内部或外部命令

      本文链接:https://www.haomeiwen.com/subject/tepmfqtx.html