ubuntu12.04下搭建 python2.7.6+pyqt4.9.5+eric4-4.5.21

首先肯定是否安裝了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 apt - get  install python2. 7 - dev
這裏極可能遇到E: 沒法修正錯誤,由於您要求某些軟件包保持現狀,就是它們破壞了軟件包間的依賴關係
這是由於有些更新沒有安裝,須要更改源軟件源
ubuntu軟件中心--編輯--軟件源--更新--勾選 兩項:重要安全更新和推薦更新
以後sudo apt-get update  會解決這個問題。

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

相關文章
相關標籤/搜索