ChinaUnix.net
相关文章推荐:

pyinstaller rpm

今天在网上瞎逛,看到一篇介绍pyinstaller的文章(现在才看到,太落伍了,那个汗~~):就是让你的python程序在没有装python的机器上运行。就从 其主页 上下了1.3的,按照说明操作。但 python ./Make.py之后的make一直报错,仔细看了错误说明: gcc -pthread -I/usr/include -I/usr/local/include/python2.5 -I../common -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer...

by linewer - Python文档中心 - 2009-02-22 22:32:53 阅读(1568) 回复(0)

相关讨论

我个人比较喜欢pyinstaller,因为不需要写代码。顺便做个广告,pyinstaller真不错。 以前一直用它打包普通的代码,都成功了。 我现在想打包wxpython的程序,就失败了: ------------------------------------------------------------ 操作系统: XP SP2 Python版本: Python2.6 wxPython版本: wxPython2.8-win32-unicode-2.8.10.1-py26 pyinstaller版本: pyinstaller-1.3 ---------------------------------------------...

by Mylib - Python - 2009-06-25 22:44:37 阅读(5241) 回复(6)

rpm -qa | grep name 和 rpm -q name 有区别吗

by lovec - Shell - 2006-06-07 12:38:23 阅读(886) 回复(1)

[root@linux root]# rpm -i rpm-4.3.2-21.i386.rpm warning: rpm-4.3.2-21.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2 error: Failed dependencies: librpm-4.3.so is needed by rpm-4.3.2-21 librpmbuild-4.3.so is needed by rpm-4.3.2-21 librpmdb-4.3.so is needed by rpm-4.3.2-21 librpmio-4.3.so is needed by rpm-4.3.2-21 libselinux.so.1 is needed by rpm-4.3.2-21 ...

by htht121 - Linux论坛 - 2005-04-06 09:15:14 阅读(1374) 回复(10)

我知道rpm有一个帮助程序可以自动找出安装某个rpm包所需要的其他rpm包并安装,我忘了是怎么用的了,请大家指教!!!

by helloroyi - Linux论坛 - 2004-12-09 14:52:04 阅读(730) 回复(1)

请问怎样查看系统里装过哪些rpm包?

by ahocat - Linux论坛 - 2004-06-14 08:38:15 阅读(654) 回复(4)

pyinstaller打包了一个在DOS下运行的一个应用,有时候运行正常,有时候提示错误,错误信息如下: No module named win32api 在运行的电脑上安装了pywin32-210.win32-py2.5.exe错误也是存在,大家有无碰到此情况。

by phpcool - Python - 2008-02-20 08:23:46 阅读(2898) 回复(3)

以下内容假定已安装好Python 2.4/2.5 一、下载并编译pyinstaller(只需做一次,以后可直接做第二步) 1.下载pyinstaller,现在的版本是1.3 (1)wget http://pyinstaller.hpcf.upr.edu/source/1.3/pyinstaller_1.3.tar.gz 2.解包进入源码目录 (1)tar zxv pyinstaller_1.3.tar.gz (2)cd pyinstaller-1.3/source/linux 3.编译源代码 (1)python Make.py 生成python的 .pyc文件 如无错误,则出现如下提示(只有一行): Now run "ma...

by cdkey51 - Python - 2008-12-09 13:37:25 阅读(11435) 回复(5)

我的fc5编译软件时会出错,并且还是它自带的软件源码,我只是编译一下安装而已, rpm -ivh filename-*-*-*i386.rpm 这样会提示nokey:key*******的东西 然后会直接跳出,郁闷死,为什么会出现这样的情况. rpm -ivh filename-*-*-*src.rpm 也不行. rpm --rebuild filename-*-*-*src.rpm 这样会提示说没有rebuild rpm -compile filename-*-*-*src.rpm 也会提示说没有compile 真恼火 我掏了几十块钱买了一个正版的系统,没有想到会这么的...

by 朴风 - 系统管理 - 2006-11-06 08:02:38 阅读(733) 回复(4)

请大家帮忙看看 rpm -iv gaim-1.5.0-0.src.rpm warning: gaim-1.5.0-0.src.rpm: V3 DSA signature: NOKEY, key ID 4c292fcc gaim-1.5.0-0 warning: user mark does not exist - using root warning: group mark does not exist - using root warning: user mark does not exist - using root warning: group mark does not exist - using root

by declare - 系统管理 - 2006-06-13 12:30:52 阅读(742) 回复(5)

在 RH9中安装了realplay.rpmrpm -qa | grep realplay怎么就查不到安装信息呢 用rpm -e realplay 提示: error: package realplayer.rpm is not installed 请问是怎么回事啊,应怎么删除realplay, 谢谢

by geoney - 系统管理 - 2006-04-02 12:03:30 阅读(1658) 回复(6)