You are not logged in.

#1 2007-11-02 11:57:07

F1y3r
Member
Registered: 2007-09-28
Posts: 61

[SOLVED] Pypanel problem

Hey!

[flyer@athlon ~]$ pypanel
/usr/bin/pypanel:892: RuntimeWarning: Python C API version mismatch for module ppmodule: This Python has API version 1013, module ppmodule has version 1012.
  from ppmodule import ppinit, ppshade, ppicon, ppfont, ppfontsize, ppclear
[flyer@athlon ~]$ python2.4 /usr/bin/pypanel
Traceback (most recent call last):
  File "/usr/bin/pypanel", line 893, in ?
    from Xlib import X, display, error, Xatom, Xutil
ImportError: No module named Xlib

It works with python 2.5, but CPU load is 100%.
Thanks in advance.

Last edited by F1y3r (2007-11-02 18:15:24)

Offline

#2 2007-11-02 17:10:16

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: [SOLVED] Pypanel problem

Not sure if this will help but do you have python-xlib installed?

Offline

#3 2007-11-02 17:24:12

F1y3r
Member
Registered: 2007-09-28
Posts: 61

Re: [SOLVED] Pypanel problem

Yes I do sad

Offline

#4 2007-11-02 17:34:35

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: [SOLVED] Pypanel problem

I remember having problems with pypanel in the past, I don't remember if the problem was the same as yours or not, but the way I'd fixed it was by rewriting the config (.pypanelrc) file from scratch - so maybe try using the default config file first and see if it will run...

If I come up with some other ideas I'll let you know...

Offline

#5 2007-11-02 18:14:44

F1y3r
Member
Registered: 2007-09-28
Posts: 61

Re: [SOLVED] Pypanel problem

Thank you very much smile
[SOLVED]

Offline

Board footer

Powered by FluxBB