[PyKDE] eric on rawhide
Greg Fortune
lists at gregfortune.com
Fri Dec 20 17:46:01 GMT 2002
If RedHat hasn't changed things much, they probably still include python 1.52
on their systems. You might check that the libaries got installed into the
correct python. If not, you get to compile everything ;o)
Try
python
>>> import qt
>>> import qtext
If the first import fails, PyQt didn't get installed into the appropriate
place.
If the second fails, the QScintilla libraries did not get compiled into PyQt.
You'll probably have to compiled sip/PyQt/QScintilla by hand...
Greg
On Friday 20 December 2002 08:27 am, jj at void.si wrote:
> Hi,
>
> I dont know how to install eric on my redhat box, which was setup as 7.2
> and than updated to rawhide.
>
> there are following packages installed,
> $ rpm -qa | grep -i qt
> kdebindings-qtc-3.0.3-1
> PyQt-devel-3.5-2
> qt-3.1.0-1.3
> qt-designer-3.1.0-1.3
> PyQt-3.5-2
> qt-devel-3.1.0-1.3
> PyQt-examples-3.5-2
>
> qscintilla-1.49-x11-gpl-0.3 is downloaded and installed (make completes
> job without errors).
> but eric is not pleased:
> [root at db eric-3.0.0]# python install.py
> Sorry, please install QScintilla and/or reinstall
> PyQt with QScintilla support.
>
> What now? please help!
>
> Janez
>
>
>
>
>
>
>
> _______________________________________________
> PyKDE mailing list PyKDE at mats.gmd.de
> http://mats.gmd.de/mailman/listinfo/pykde
More information about the PyQt
mailing list