View Single Post
Posts: 20 | Thanked: 11 times | Joined on Feb 2010
#14
Originally Posted by MohammadAG View Post
After *****ing about this on IRC for quite some time, I purged all python packages and realized it's just a missing versioned dependency, this should fix it:
Code:
apt-get install python2.5-sip4=4.11-maemo0
Exactly! This will do the job :-)

just do an "apt-get update python2.5-sip4" after installing the new PyQt4 package.