最近在看Qt4, 结果就看到eric这个为了Python与Ruby开发的IDE工具。它本身是用Python+Qt写出来的,因此这正可以当作希望学习Python与 Qt者的一个好範例,当这个语言可以自己写出来一个IDE来开发自己的时候,其实我觉得这就代表它的功能是很普遍性的!
当你希望使用eric的时候,除了下载eric外,你还需要
[-]Summary Only....
準备事项
下载之后,因为都需要解开到一个目录里面,你一定要清楚你所安装的目录在哪里,以下指令都是乡对于套件的目录所给的路径.
步骤:
Install Python,Qt4--这两个都是执行档,轻鬆简单,甚至...就是一步步地按下去就好.但是Qt4要记得在安装好了之后run一下build debug libraries.
Build and install sip
Build and install QScintilla2python configure.py -p win32-g++
make
make install
Build and install PyQt4cd Qt4
qmake qscintilla.pro
make
make install
Build and install QScintilla2 Python bindingspython configure.py
make
make install
Install eric4cd Python
python configure.py
make
make install
copy Qscintilla2\Qt4\Release\qscintilla2.dll c:\windows\system32
python install.py
相关网址
http://www.python.org/
http://trolltech.com/products/qt/
http://www.riverbankcomputing.co.uk/news
http://www.die-offenbachs.de/eric/index.html