最近在看Qt4, 結果就看到eric這個為了Python與Ruby開發的IDE工具。它本身是用Python+Qt寫出來的,因此這正可以當作希望學習Python與 Qt者的一個好範例,當這個語言可以自己寫出來一個IDE來開發自己的時候,其實我覺得這就代表它的功能是很普遍性的!
當你希望使用eric的時候,除了下載eric外,你還需要
步驟:
Install Python,Qt4--這兩個都是執行檔,輕鬆簡單,甚至...就是一步步地按下去就好.但是Qt4要記得在安裝好了之後run一下build debug libraries.
Build and install sip
python configure.py -p win32-g++
make
make install
cd Qt4
qmake qscintilla.pro
make
make install
python configure.py
make
make install
cd Python
python configure.py
make
make install
copy Qscintilla2\Qt4\Release\qscintilla2.dll c:\windows\system32
相關網址
http://www.python.org/
http://trolltech.com/products/qt/
http://www.riverbankcomputing.co.uk/news
http://www.die-offenbachs.de/eric/index.html