hey,guys,im new to pyqt4 and i met one problem:i cant use pyrcc4 when i use the resource files under fedora 16.just c the following:
[ocean@localhost chap06]$ pyrcc4 -o qrc_resources.py resources.qrc
bash: pyrcc4: command not found...
i installed my qt using these commands:
yum install qt qt-devel qt-x11 qt-doc qt-demos qt-examples qt-asssistant qt-creator qt-config
yum install PyQt4.i686
any help?thx~
now i have known how to solve the problem.just install one package:
sudo yum install PyQt4-devel
its ok now
Bookmarks