Eric4 is more involved to install than SPE.
Install SIT
ftp http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.7.7.tar.gz
python configure.py
make
sudo make install
Install PyQT
ftp http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.4.3.tar.gz
python configure.py
make
sudo make install
Install QScintilla
ftp http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/QScintilla-gpl-2.3.tar.gz
cd Qt4
qmake qscintilla.pro
make
sudo make install
Now make the Qsci module
cd ../python
python configure.py
make
sudo make install
Now install Eric
sudo python install.py
Install SIT
ftp http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.7.7.tar.gz
python configure.py
make
sudo make install
Install PyQT
ftp http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.4.3.tar.gz
python configure.py
make
sudo make install
Install QScintilla
ftp http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/QScintilla-gpl-2.3.tar.gz
cd Qt4
qmake qscintilla.pro
make
sudo make install
Now make the Qsci module
cd ../python
python configure.py
make
sudo make install
Now install Eric
sudo python install.py
Can you please explain in the manner you have done above on how to install Eric4 in Windows OS (Windows XP)
ReplyDeleteHi Rupesh,
ReplyDeletesorry but I don't work on an XP machine anymore, so I can't help you there.
Best
command qmake qcsintilla.pro
ReplyDeletecreates qscintill2.xcodeproj file and does not creates Makefile. Hence I cannot run make. But I opened this project in XCode and built it with XCode. I got the build/Release/libqscintilla2.dylib
how should I behave instead of install utility myself further? )
Thank you for your reply in advance.
Sergey
I've just installed eric4 and created an installation guide that worked for me. You may find it here:
ReplyDeletehttp://www.dmeisel.de/pub/python-windows-install.htm
Best regards,
David