You are not logged in.
When I try to run pypanel I get the following error:
[~]$ 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
Imlib2 dlopen failed: /usr/lib/libImlib2.so.1: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/usr/bin/pypanel", line 957, in <module>
PyPanel(display.Display())
File "/usr/bin/pypanel", line 94, in __init__
self.getDesktopNames()
File "/usr/bin/pypanel", line 360, in getDesktopNames
desktop.total = self.root.get_full_property(self._DESKTOP_COUNT, 0).value[0]
AttributeError: 'NoneType' object has no attribute 'value'
[~]$Somehow it also installs under python2.4, and not python2.5. Why is that? I have the latest python package and the latest pypanel package from the repos.
Any ideas what might be wrong?
Orjanp...
Ørjan Pettersen
Offline
do you have imlib2 ?
pacman -Sy imlib2Offline
Well. I have imlib2-cvs, as a part of the enlightenment package. I guess this is the problem then.
Orjanp
Ørjan Pettersen
Offline