On Tuesday 11 May 2004 01:59, Simon Edwards wrote: > On Monday 10 May 2004 18:05, Jim Bublitz wrote: > > On Sunday May 9 2004 23:45, Simon Edwards wrote: > > > On Sunday 09 May 2004 17:12, Simon Edwards wrote: > > > > [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 > > Playing around here, I've discovered that this only happens with rc1, > alpha6 works fine, and I can't for the life of me figure out what the > difference is between alpha6 and rc1.
You have to import kdefx before kdeui. Or use the fix Jim suggested in the answer to my message (put the import into kdeui.py). Karsten. -- Quick, sing me the BUDAPEST NATIONAL ANTHEM!! _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
