Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#19670 - [synce-kde] missing a dependency

Attached to Project: Community Packages
Opened by John Gerritse (ReaphSharc) - Tuesday, 01 June 2010, 13:53 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 03 June 2010, 15:37 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The community package synce-kde is missing a dependency.

The error when running it:
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 6, in <module>
from synceKPM.gui.mainwindow import *
File "/usr/lib/python2.6/site-packages/synceKPM/gui/mainwindow.py", line 32, in <module>
from synceKPM.gui.ui_synce_kpm_mainwindow import *
File "/usr/lib/python2.6/site-packages/synceKPM/gui/ui_synce_kpm_mainwindow.py", line 7, in <module>
from PyKDE4 import kdecore
ImportError: No module named PyKDE4

According to the forums (http://bbs.archlinux.org/viewtopic.php?id=96838), the package kdebindings-python needs to be installed.

Solved the problem for me anyway. ;-)

Steps to reproduce:
Install synce-kde and try to run it with kdebindings-python not installed...
This task depends upon

Closed by  Sergej Pupykin (sergej)
Thursday, 03 June 2010, 15:37 GMT
Reason for closing:  Fixed
Additional comments about closing:  kdebindings-python added to deps

Loading...