On 20.07.06 10:15:26, Imran Akbar wrote: > So after running those three commands i get: > >>>import sipconfig > >>>sipcfg = sipconfig.Configuration() > >>>sipcfg.sip_version_str > '4.3.1' > >>>sipcfg.sip_version_str[:8] > '4.3.1'
Whatever python you started there is not the same python you installed sip 4.4.5 into, or somehow this old sip-version precedes sip 4.4.5. Did you by any change install a sip package from your distribution? If so, remove that. Andreas -- You work very hard. Don't try to think as well. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
