anaynayak / buildnotify

A system tray based build status notification app for cctray.xml feeds.
https://anaynayak.github.io/buildnotify/
Other
29 stars 7 forks source link

BuildNotify 0.2.8 does not work in Karmic with PyQt 4.6 #6

Closed anaynayak closed 7 years ago

anaynayak commented 14 years ago

Originally reported by: Anay Nayak (Bitbucket: Anay, GitHub: Anay)


Buildnotify fails with the following error in the log:

object has no attribute 'setInputMethodHints'.

This method was probably introduced in PyQt4.7. Forcing PyQt 4.7 in karmic is not a solution as it breaks different dependencies.


anaynayak commented 14 years ago

Original comment by Anay Nayak (Bitbucket: Anay, GitHub: Anay):


Fixed issue #6. Removed call to 'setInputMethodHints'. Temporary fix until I identify how to tackle such issues