Hi,
whenever I try to run a pyKDE program I get an error message similar to this
Traceback (most recent call last):
File "Python/ChemCalc/Einwaage.py", line 26, in ?
from kdecore import KApplication, KAboutData, KCmdLineArgs
File "/usr/lib/python2.3/site-packages/kdecore.py", line 33, in ?
import libkdecorec
ImportError: /usr/lib/python2.3/site-packages/libkdecorecmodule.so: undefined symbol: _ZN10KCatalogueC1ERK7QString
In my experience, undefined symbols like that usually means that the package was built against a differet version of Qt/KDE (3.X, where X is different) than what you currently have installed.
-- Rex
_______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
