diff --git a/ChangeLog.2001-4 b/ChangeLog.2001-4 index 7eb8682..73977ad 100644 --- a/ChangeLog.2001-4 +++ b/ChangeLog.2001-4 @@ -31,7 +31,7 @@ from yesterday; removed qxembed from kdeui-kde*.sip 2003/9/3 23:20:00 jim No release; removed circular ref between -libpykpanelapplet and libkdeuicmodule; adjusted +libpykpanelapplet and libtdeuicmodule; adjusted kpanelapplet.sip, pykpanelapplet.h and build.py to implement; moved nullGUIItem to top of kmessagebox.sip; considering removing qxembed.sip diff --git a/configure.py b/configure.py index 2568e53..a9b47b4 100644 --- a/configure.py +++ b/configure.py @@ -406,7 +406,7 @@ def discoverKDE3 (): if not opt_kdelibdir: libSearchPaths = [os.path.join (opt_kdebasedir, "lib"), os.path.join (opt_kdebasedir, "lib64"), os.path.join (opt_kdebasedir, opt_libdir)] # print opt_libdir - opt_kdelibdir = search ("libkdecore.so", libSearchPaths) + opt_kdelibdir = search ("libtdecore.so", libSearchPaths) if not opt_kdeincdir: incSearchPaths = [os.path.join (opt_kdebasedir, "include")] diff --git a/doc/switches.html b/doc/switches.html index bdc91dc..ae8e50e 100644 --- a/doc/switches.html +++ b/doc/switches.html @@ -151,7 +151,7 @@ configure .py will use the KDEDIR environment variable value if it is defined an
- > ImportError: /usr/lib/python2.2/site-packages/libkdecorecmodule.so: + > ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so: > undefined symbol: _ZNK10KAboutData18copyrightStatementEv
> I'm trying to setup PyKDE on my Mandrake 9.1/python 2.2 box but so far I - > ImportError: /usr/lib/python2.2/site-packages/libkdecorecmodule.so: + > ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so: > undefined symbol: _ZNK10KAboutData18copyrightStatementEv Let me guess. You are using the original KDE version that came with Mandrake