pugna
全部博文(171)
发布时间:2014-03-21 18:59:17
python3使用cxfreeze打包/root/hhhh.py为源代码文件,打包过程如下:[root@testos ~]# cxfreeze-quickstart Project name: abcVersion [1.0]: Description: abcPython file to make executable from: /root/hhhh.pyExecutable file name [/root/hhhh]: (C)onsole application, (G)UI application, or (S)ervice [.........【阅读全文】
发布时间:2014-03-14 14:28:23
1、卸载掉系统redhat自带的yum rpm -qa |grep yum |xargs rpm -e --nodeps2 下载相关的centos yum插件 主要有python-iniparse-0.3.1-2.1.el6.noarch.rpm yum-3.2.29-40.el6.centos.noarch.rpm yum-metadata-parser-1.1.2-16.el6.x86_64.rpm yum-plugin-fastestmirror-1.1.30-14.el6.........【阅读全文】