On Monday May 10 2004 22: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.

I don't recall any link changes and only very minor unrelated 
changes to configure.py since alpha6. Karsten (who also replied 
to this) is having the same problem on Solaris. What's really 
odd is that before kdeui.py imports libkdeui, it does a "from 
kdefx import <something>" a few lines further up, and that 
doesn't cause a problem ?? That would also pull in libkdefx, as 
does the "import kdefx". My guess is that it's something in the 
way Python does the imports, but I have no idea what.

Anyway, I added "import kdefx" to the kdeui.py file, so it'll be 
in the next release.

Jim

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to