[PyKDE] eric on rawhide

2002-12-20 Thread jj
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

Re: [PyKDE] eric on rawhide

2002-12-20 Thread Greg Fortune
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

Re: [PyKDE] eric on rawhide

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 4:27 pm, [EMAIL PROTECTED] 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

Re: [PyKDE] eric on rawhide

2002-12-20 Thread jj
Thanks! 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) rawhide is python2.2.2 distribution and i removed 1.5.2 when updating.

Re: [PyKDE] eric on rawhide

2002-12-20 Thread jj
Does the PyQt RPM include QScintilla support? Is there a qtext Python module? No. there is no qtext module, and the only files related are in pyqt-devel: rpm -qlp PyQt-devel-3.5-2.i386.rpm | grep -i qtex /usr/share/sip/qt/qtextbrowser.sip /usr/share/sip/qt/qtextcodec.sip