zkyo 发表于 2005-8-17 22:47:40

有谁教我一下如何用amarok的脚本?

装好以后运行都提示You need pyqt and pykde to run it。

找到这几个文件又装不上,好像还少了什么,有人会用吗?我只想用amarok的把CD封面放在桌面上的脚本。

脚本在这里
http://www.kde-apps.org/content/show.php?content=20293

虽然是菜鸟问题,请大家指教一下,谢谢!

mandrakechina 发表于 2005-8-17 22:49:11

必须安装python再安装pyQt。

zkyo 发表于 2005-8-17 22:53:43

我系统里有2.4的python啊。。。这个magic是自带的好像。

pyqt提示先要装sip,但是sip又装不上。是不是有什么我没有注意的问题?

demonlj 发表于 2005-8-17 23:10:49

sip你去下载源码包重新编译一次就可以了

zkyo 发表于 2005-8-21 19:24:53

$ python build.py
This is the GPL version of SIP and is licensed under the GNU General Public
License.

Type 'L' to view the license.
Type 'yes' to accept the terms of the license.
Type 'no' to decline the terms of the license.

Do you accept the terms of the license? yes
******************************************************************************
Building the GPL version of SIP 3.7 for Python 2.4.1 on linux2.
******************************************************************************
******************************************************************************
/usr/lib/python2.4/site-packages is the SIP module installation directory.
******************************************************************************
******************************************************************************
/usr/include/python2.4 contains Python.h.
******************************************************************************
******************************************************************************
/usr/lib/qt-3.3 is the Qt base directory.
******************************************************************************
******************************************************************************
/usr/lib/qt-3.3/include contains qglobal.h.
******************************************************************************
******************************************************************************
Qt 3.3.4 free edition is being used.
******************************************************************************
******************************************************************************
/usr/lib/qt-3.3/bin/qmake will be used to generate Makefiles.
******************************************************************************
******************************************************************************
Error: These Qt libraries were found: qt, qt-mt. Use the -l argument to
explicitly specify which you want to use.
******************************************************************************



我不知道这是什么问题?默认装了QT了啊。不太会用python装东西。

zslevin 发表于 2005-8-21 20:56:19

仔细看看这个嘛:
Error: These Qt libraries were found: qt, qt-mt. Use the -l argument to
explicitly specify which you want to use.

试试
python build.py -l qt-mt
页: [1]
查看完整版本: 有谁教我一下如何用amarok的脚本?