[PyKDE] PyKDE-3.11rc1 release

Simon Edwards simon at simonzone.com
Sun May 9 17:16:00 BST 2004


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:

--------------------------------
[sbe at f53113 /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
>>>
[sbe at f53113 /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
simon at simonzone.com       | http://www.simonzone.com/software/
Nijmegen, The Netherlands | "ZooTV? You made the right choice."




More information about the PyQt mailing list