On Saturday 08 May 2004 20:43, Jim Bublitz wrote:
> PyKDE-3.11rc1 should be available at
I've built and installed it on Mandrake 10. It mostly works, except there
seems to ge something wierd going on wrt the order that packages need to be
imported:
--------------------------------
[EMAIL PROTECTED] /home/sbe/devel/guidance/displayconfig]$ python
Python 2.3.3 (#2, Feb 17 2004, 11:45:40)
[GCC 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import kdecore
>>> import kdefx
>>> import kdeui
>>>
[EMAIL PROTECTED] /home/sbe/devel/guidance/displayconfig]$ python
Python 2.3.3 (#2, Feb 17 2004, 11:45:40)
[GCC 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import kdeui
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.3/site-packages/kdeui.py", line 67, in ?
import libkdeuic
ImportError: libkdefxcmodule.so: cannot open shared object file: No such file
or directory
>>>
--------------------------------
sip 3.10.1, PyQt 3.11.
cheers,
--
Simon Edwards | Guarddog Firewall
[EMAIL PROTECTED] | http://www.simonzone.com/software/
Nijmegen, The Netherlands | "ZooTV? You made the right choice."
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde