You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, September 29th 2005, 11:39pm

python can't find karamba module

Hello, I downloaded the Doom CPU superkaramba theme (http://www.kde-look.org/content/show.php?content=7876), and it doesn't seem to work. The little doom head appears on my desktop, but he doesn't seem to be reacting to the cpu load. I tried running the python file from the command line with this output...

Source code

1
2
3
4
5
$ python doomCpu.py
Traceback (most recent call last):
  File "doomCpu.py", line 22, in ?
    import karamba
ImportError: No module named karamba


I'm running python 2.3 on Debian Unstable. I was wondering if there was a package that I could download to get the karamba module?

Thanks.

2

Tuesday, October 25th 2005, 5:51pm

You can't run superkaramba files from the command line: the karamba module is internal to the python interpreter that's built into superkarmba. Try loading superkaramba itself from a terminal and then load the doomCpu theme. Error messages will be dumped to the terminal.

The comments in kde-look.org suggest there have been a lot of problems with this theme, some related to 2.6.x kernels.

3

Saturday, March 11th 2006, 5:31pm

That's correct. Running SK from a terminal is the only way to get the import karamba to work since the interpreter is internal to SK.

That theme should be working correctly as I'm the author of DoomCPU. ;)

4

Saturday, March 11th 2006, 7:32pm

Thanks for all the help, I just tried DoomCPU again today, and it works great. I've changed distros since my initial post (I'm running Kubuntu now), so I don't know if there are any issues running it on Debian Unstable.

Thanks.