Trying to compile PyQt says that my SIP is too old, even though I upgraded it to 4.7.7. I even removed the old one, but still this happened:
[EMAIL PROTECTED] ~]python Python 2.5 (r25:51908, Feb 22 2007, 19:05:27) [GCC 4.1.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sipconfig >>> x = sipconfig.Configuration() >>> sipconfig.version_to_string(x.sip_version) '4.5.2' >>> [EMAIL PROTECTED] ~]l /Programs/SIP 07/09 15:36 rwxrwxrwx 5 Current -> 4.7.7 07/09 15:36 rwxr-xr-x 176 4.7.7 ====================================================================================================== 181 in 2 files - reiserfs: 1622672 kB used (10%), 14136520 kB free But then I found an old sipconfig.pyc in python2.4/site-packages. This was the problem.. Maybe we need some mechanism to cleanup old .pyc files? -- /Jonatan [ http://kymatica.com ] _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel