Missing module: PyKDE4.kdecore

Asked by intelligo

I'm running openSUSE 11.1/KDE 4.2, and installed the backintime package through zypper. Both backintime and backintime-kde appeared to install successfully.

But when I give the command: backintime -kde4

I get the following output seeking the PyKDE4.kdecore module:

"Autodetect GUI mode: kde4
CMD: /usr/bin/backintime-kde4
Traceback (most recent call last):
  File "/usr/share/backintime/kde4backintime.py", line 40, in<module>
    from PyKDE4.kdecore import *
ImportError: No module named PyKDE4.kdecore"

Zypper couldn't frind the module, so how do I get it? Which package provides this module?

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Solved by:
Ulli
Solved:
Last query:
Last reply:
Revision history for this message
Craig Huffstetler (xq) said :
#1

Can you please report this a bug on OpenSUSE's bug reporting system? This seems to be a bug with OpenSUSE and BackInTime.

They should be able to assist you further.

A direct link:
http://en.opensuse.org/Submitting_Bug_Reports

Revision history for this message
intelligo (lucifer-yellow) said :
#2

Reported as requested.

=======================================
B. Rey de Castro Sc.D.
PGP Public Key ID: 0x9C8E9CD6
http://myprofile.cos.com/intelligo
AUDENTES FORTUNA JUVAT

On Sat, Apr 18, 2009 at 3:53 PM, Craig Huffstetler <
<email address hidden>> wrote:

> Your question #67709 on Back In Time changed:
> https://answers.edge.launchpad.net/backintime/+question/67709
>
> Status: Open => Answered
>
> Craig Huffstetler proposed the following answer:
> Can you please report this a bug on OpenSUSE's bug reporting system?
> This seems to be a bug with OpenSUSE and BackInTime.
>
> They should be able to assist you further.
>
> A direct link:
> http://en.opensuse.org/Submitting_Bug_Reports
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.edge.launchpad.net/backintime/+question/67709/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.edge.launchpad.net/backintime/+question/67709
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Craig Huffstetler (xq) said :
#3

Thanks, do you have a link? I can make sure that it get proper attention there as well.

Sincerely,

Craig

Revision history for this message
intelligo (lucifer-yellow) said :
#4

Sure, here's the link:

https://bugzilla.novell.com/show_bug.cgi?id=497816

=======================================
B. Rey de Castro Sc.D.
PGP Public Key ID: 0x9C8E9CD6
http://myprofile.cos.com/intelligo
AUDENTES FORTUNA JUVAT

On Thu, Apr 23, 2009 at 7:23 PM, Craig Huffstetler <
<email address hidden>> wrote:

> Your question #67709 on Back In Time changed:
> https://answers.edge.launchpad.net/backintime/+question/67709
>
> Status: Open => Answered
>
> Craig Huffstetler proposed the following answer:
> Thanks, do you have a link? I can make sure that it get proper attention
> there as well.
>
> Sincerely,
>
> Craig
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.edge.launchpad.net/backintime/+question/67709/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.edge.launchpad.net/backintime/+question/67709
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Best Ulli (uenglert) said :
#5

I had the same error, from distribution Suse 11.1 I installed the package python-kde4 (Python Bindings for kde4) and all works well now.

Greetings
Ulli

Revision history for this message
intelligo (lucifer-yellow) said :
#6

Thanks Ulli, that solved my question.