FS#12040 - synce-kde breaks after python 2.6 upgrade

Attached to Project: Community Packages
Opened by archlinuxsagi (archlinuxbugsagi) - Saturday, 08 November 2008, 10:03 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 11 January 2009, 10:08 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
sync-engine produce the following traceback after python 2.6 upgrade

Traceback (most recent call last):
File "/usr/bin/synce-kpm", line 26, in <module>
synceKPM.main.main()
File "/usr/lib/python2.5/site-packages/synceKPM/main.py", line 74, in main
import synceKPM.main_gui
File "/usr/lib/python2.5/site-packages/synceKPM/main_gui.py", line 4, in <module>
from dbus.mainloop.qt import DBusQtMainLoop
ImportError: No module named qt
Running dataserver
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Sunday, 11 January 2009, 10:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  Issue has already been resolved with the upgrade to pyqt 4.4.4-1
Comment by Ronald van Haren (pressh) - Saturday, 08 November 2008, 14:42 GMT
please next time file the bug under the correct section of the bug tracker and use the correct pkgname (synce-kde instead of synce-kpm).
Comment by archlinuxsagi (archlinuxbugsagi) - Sunday, 11 January 2009, 09:45 GMT
  • Field changed: Percent Complete (100% → 0%)
Similar error message still appears:
Traceback (most recent call last):
File "/usr/bin/synce-kpm", line 26, in <module>
synceKPM.main.main()
File "/usr/lib/python2.6/site-packages/synceKPM/main.py", line 74, in main
import synceKPM.main_gui
File "/usr/lib/python2.6/site-packages/synceKPM/main_gui.py", line 4, in <module>
from dbus.mainloop.qt import DBusQtMainLoop
ImportError: No module named qt
Running dataserver

I have downgrade qt to 4.4.3.1 and pyqt to 4.4.3.1 but the same error still occur.
From my pacman log, synce-kde works on 4.4.3.1. So this should be a python issue, I guess.
If you any log, please approach me.
Comment by archlinuxsagi (archlinuxbugsagi) - Sunday, 11 January 2009, 09:55 GMT
Thiis issue has already been resolved with the upgrade to pyqt 4.4.4-1.

This issue is closed.

Loading...