/usr/bin/pyuic: symbol lookup error: /opt/trinity/lib/libtdecore.so.4:
undefined symbol: _ZN7KLocaleD1Everror:
command '/usr/bin/pyuic' failed with exit status 127
Any ideas?
/usr/bin/pyuic wasn't built against the same version of TDE
that is installed?
For some reason it can't find the KLocale destructor.
Hmm. This is a clean build. /usr/bin/pyuic is built and installed by python-tqt. As far as
I can tell python-tqt built without error or incident. As did tdelibs. I rebuilt
python-tqt and python-trinity but that did not help either.
Darrell