2007年1月29日星期一

Add a screen shot for Eric 4


Screen shot for Eric 4 snapshot 20061112

How to install Eric 4 in windows

How to install Eric 4 in windows

Eric is a full featured Python and Ruby editor and IDE, written in python. (:D I copy this introduction from the home page of Eric 4). If you want to know something more, please access this site for more information.

Environment

. Windows XP sp2

. Python 2.5

. MinGw (the one bundled with dev-cpp)

1. Install SIP for python (install python2.4+ previously), you could find it in "riverbank"

Assume that you've installed mingw (I installed dev-cpp 4.9.2)

1.1 Config: python configure.py -p win32-g++

1.2 Install:

. make

. make install

2. Install Qt 4.2.2 open source edition in windows

Here's a link to that: http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/qt-win-opensource-4.2.2-mingw.exe

3. Install PyQt 4.1 for windows(PyQt-win-gpl-4.1), Note: Please make sure qmake could be found on your PATH

Main page for PyQt: http://www.riverbankcomputing.co.uk/pyqt/index.php

. python configure.py

. make (this step may cost a long time, more that 10 mins)

. make install

4. Install QScintilla (I installed QScintilla-1.71-gpl-2-snapshot-20061122);

Refer this site http://www.riverbankcomputing.co.uk/qscintilla/index.php for more information

- Qt4 install

. cd Qt4

. qmake qscintilla.pro

. make

. make install

. copy qscintilla2.dll (it's supposed to be under ${QTDIR}/lib) to ${QTDIR}/bin

- Python install

. cd python

. python configure.py

. make

. make install

Baby here we are !! Install Eric 4

. python install.py

The latest snapshot doesn't work I've no idea. Sorry.

eric4-snapshot-20061112