View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#134
Originally Posted by droll View Post
Nokia-N900:~# ldd -r /usr/lib/python2.5/site-packages/PySide/QtCore.so
undefined symbol: _ZN6PySide15DestroyListener8instanceEv (/usr/lib/python2.5/site-packages/PySide/QtCore.so)
undefined symbol: _ZN6PySide15DestroyListener6listenEP7QObject (/usr/lib/python2.5/site-packages/PySide/QtCore.so)
undefined symbol: _ZN6PySide7WeakRef6createEP7_objectPFvPvES3_ (/usr/lib/python2.5/site-packages/PySide/QtCore.so)

guess the problem is on my phone?


running apt-get didn't fix the issue.
This output confirms me for 99.9% your pyside installation is broken in some way. Gngeo-gui only uses it and of course does no modifications to it. The installation of the new gngeo-gui version has no impact on pyside itself.

It's very hard for me to see what is wrong with pyside.
We could try to deinstall all the pyside packages and reinstall them.

First find out what pyside packages you have:
Code:
dpkg --get-selections|grep -i pyside
Then deinstall all the installed packages:
Code:
sudo gainroot
apt-get remove <installed pyside package>
Then reinstall all the just deinstalled packages:
Code:
apt-get install <deinstalled pyside package>
Then reinstall gngeo-gui