On Sunday 28 November 2004 22:08, Rick Graves wrote: > > I would recommend removing your SIP RPM and building > > SIP v4.1.1. Then build PyQt again (from a clean > > install). > > I downloaded sip 4.1.1 from a fedora mirror, but rpm > would not install it, as it says it needs python 2.3.2 > (I have python 2.2 AND python 2.3.4). >
Why don't you try downloading the src.rpm and do a rpm --rebuild rpmfile, making new rpm adapted to your system. You only need the python devel libs installed. If it fails and complains of wrong python version installed, edit the spec file with correct version and do a rpm --ba specfile. MVH Knut _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
