首先肯定是否安裝了sip,我安裝的是sip4.14,地址:http://sourceforge.net/projects/pyqt/files/sip/,這裏會遇到不少安裝錯誤:python
一、安裝sipsql
tar xvf sip-4.14.tar.gz
cd sip-4.14/
python configure.pyubuntu
注意:這裏若是有g++:命令未找到的錯誤,那就是沒有安裝g++編譯器,運行如下命令來安裝: 安全
sudo apt-get install g++ui
應該就行了,若是還沒好,再安裝這個:spa
sudo apt-get install pentium-builder.net
繼續下一步ip
makeci
注意make有沒有error,若是有Python.h未找到錯誤,說明沒有安裝對應python版本的dev包,解決方法是get
sudo make install
二、安裝qmake及qt4
sudo apt-get install libqt4-devlibqt4-dbg libqt4-gui libqt4-sql qt4-dev-tools qt4-doc qt4-designerqt4-qtconfig
三、安裝PYQT4
tar xf PyQt-x11-gpl-4.9.5.tar.gz
cd PyQt-x11-gpl-4.9.5/
python configure.py
make
make install
四、安裝QScintilla
tar xvf QScintilla-gpl-2.7.tar.gz
cd QScintilla-gpl-2.7/
cd Qt4Qt5/
qmake qscintilla.pro
make
sudo make install
cd ..
cd Python/
sudo python configure.py
make
sudo make install
cd ..
cd designer-Qt4/
qmake designer.pro
make
sudo make install
五、安裝Eric4
tar xvf eric4-4.5.21.tar.gz
tar xvf eric4-i18n-zh_CN.GB2312-4.5.21.tar.gz(若是須要中文須要下載這個文件)
cd eric4-4.5.21/
sudo python install.py(這裏必定要加上sudo,若是不加會出現錯誤「IOError: [Errno 13] Permission denied」)
六、啓動Eric4
/usr/local/bin/eric4