On Thursday March 25 2004 03:37, Hans-Peter Jansen wrote: > On Thursday 25 March 2004 10:58, Mateusz Korniak wrote: > > I thought that KDE 3.2.1 and 3.2.0 is binary compatible but > > after upgrade I have got: > > > > from khtml import DOM > > File "/usr/lib/python2.3/site-packages/khtml.py", line 26, > > in ? ImportError: > > /usr/lib/python2.3/site-packages/libkhtmlcmodule.so: > > undefined symbol: _ZN3DOM5Event15eventModuleNameEv > > Jup, that method disappeared. Please have a look to my last > two posts to this list, it should help you to get though the > process.
> The trick is to use the version dependant changes from 3.2.0 > with a few strategic symlinks.. The error msg means the method isn't in the C++ kdelibs. So much for binary compatibility. :( Jim _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
