Konstantin Ryabitsev wrote:

My packages aren't yet in extras, but they should get you up and
running, if you want to test them out. To install, make sure fedora
extras repository is enabled, then:

yum install qscintilla

download:
http://linux.duke.edu/~icon/RPMS/i386/PyQt-qscintilla-3.14.1-0.1.i386.rpm
http://linux.duke.edu/~icon/RPMS/i386/eric-3.7.1-0.1.i386.rpm

rpm -Uvh PyQt-qscintilla*rpm eric*rpm

I installed qscintilla:

    [EMAIL PROTECTED] software]# yum install qscintilla
    ...
    Installed: qscintilla.i386 0:1.6-3.fc4
    Complete!

Then I tried installing the RPMs you linked to:

[EMAIL PROTECTED] software]# rpm -Uvh PyQt-qscintilla-3.14.1-0.1.i386.rpm eric-3.7.1-0.1.i386.rpm
    error: Failed dependencies:
            PyQt = 3.14.1 is needed by PyQt-qscintilla-3.14.1-0.1.i386
            PyQt is needed by eric-3.7.1-0.1.i386

Added PyQt:

[EMAIL PROTECTED] software]# rpm -Uvh PyQt-qscintilla-3.14.1-0.1.i386.rpm eric-3.7.1-0.1.i386.rpm PyQt-3.14.1-1.i386.rpm
    error: Failed dependencies:
            sip is needed by PyQt-3.14.1-1.i386

Added sip, and ran into the glibc problem again:

[EMAIL PROTECTED] software]# rpm -Uvh PyQt-qscintilla-3.14.1-0.1.i386.rpm eric-3.7.1-0.1.i386.rpm PyQt-3.14.1-1.i386.rpm sip-4.3.1-1.i386.rpm
    error: Failed dependencies:
            libc.so.6(GLIBC_2.4) is needed by sip-4.3.1-1.i386

Jack

P.S. I see you are at McGill. I was there 74-83. Regards to Tim
Merrett, if you know him, and others in the School of Computer
Science.

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to