Topic: Install picard-0.9.0beta1 on Fedora 8
Hi,
I just installed picardQT on Fedora 8, but I had to change a few files to make it work:
First it complained about "AttributeError: LowEventPriority"
According to http://cours-info.iut-bm.univ-fcomte.fr … ml/qt.html this should be "-1" so I hardcoded this value
sudo find /usr/lib/python2.5/site-packages/picard/ -name "*.py" -exec sed -i 's/QtCore.Qt.LowEventPriority/-1/g' {} \;
The next Error was
TypeError: too many arguments to QCoreApplication.postEvent(), 2 at most expected
so I removed the last parameter of this calls in thread.py
After this it seems to work - I only got some "invalid new backstep" on the commandline and when adding a folder, subfolders are ignored
qt4-4.3.2-1.fc8
PyQt4-4.2-8.fc8