發表文章

目前顯示的是 11月, 2012的文章

Installing eric5 IDE on Ubuntu 10.04

Note it is very important to install everything in the right order. From the Eric5 installation Readme you have install in this order: Install Python 3.1.0 Build + install SIP Build + install PyQt 4.7.0 or better Build + install QScintilla 2.4.0 or better Build + install QScintilla 2.4.0 or better Python bindings. Eric5 Step - 1 : Install Python 3.1 and lib apt-get install  libqt4-dev python-qt4 python-qt4-dev pyqt4-dev-tools qt4-dev-tools python3-all  Step -2 :   SIP installation       a. python2.6 configure.py       b. make       c. make install Step -3 :  PyQt  installation       a. python2.6 configure.py       b. make       c. make install Step -4 :  QScintilla  installation       a. E dit qscintilla.pro => find DEFINES = QSCINTILLA_MAKE_DLL QT SCI_LEXER        ...