diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/switches.html | 2 | ||||
-rw-r--r-- | doc/trouble.html | 4 |
2 files changed, 3 insertions, 3 deletions
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 <td width = "40%"><u>configure.py Default:</u> trinity/libs</td> <td width = "20%"> </td> </tr></table> -The path to KDE's library files (libkdecore.so, etc). +The path to KDE's library files (libtdecore.so, etc). </dd> <hr> <dt><b>-o KDE h files</b></dt> diff --git a/doc/trouble.html b/doc/trouble.html index 72eba78..085a204 100644 --- a/doc/trouble.html +++ b/doc/trouble.html @@ -153,7 +153,7 @@ from loading. The error message will normally print a "mangled" version of the m <tr> <td> <pre CLASS="PROGRAMLISTING"> - > ImportError: /usr/lib/python2.2/site-packages/libkdecorecmodule.so: + > ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so: > undefined symbol: _ZNK10KAboutData18copyrightStatementEv </pre> </td> @@ -288,7 +288,7 @@ from Simon Edwards: <pre CLASS="PROGRAMLISTING"> > 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 |