On Sonntag, 3. Juni 2007, Tony Cappellini wrote: > >From the readme file in the Eric 4 release...... > > If the required packages (Qt4, QScintilla2, sip and PyQt4) are > not installed, > please get them and install them in the following order (order > is important). > 1. Install Qt4 > 2. Build and install sip > 3. Build and install QScintilla2 > 4. Build and install PyQt4 > 5. Build and install QScintilla2 Python bindings > 6. Install eric4 > > > I have already installed QT, PyQt4, and Sip (to make PyQt4 programs), > prior to the Eric4 release announcement. > > Do I need to uninstall everything and re-install it in the order above > to install Eric4, or can I just perform steps 3, 5, 6, in that order?
You may just perform the steps 3, 5, 6 in that order. However, you will be missing the PyQt4 API file, which is only installed, if QScintilla2 is already installed. As a workaround you may perform a python configure.py in PyQt4, which will create the file PyQt4.api. Thereafter you may copy it manually into the API installation directory, which is somewhere in the Qt4 directories (over here on openSUSE it is "/usr/share/qt4/qsci/api/python/"). Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
