![]() |
2011-06-09
, 23:31
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#131
|
![]() |
2011-06-10
, 04:07
|
Posts: 173 |
Thanked: 21 times |
Joined on Sep 2010
@ Rio de Janeiro
|
#132
|
![]() |
2011-06-10
, 05:39
|
Posts: 334 |
Thanked: 616 times |
Joined on Sep 2010
|
#133
|
![]() |
2011-06-10
, 07:15
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#134
|
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.
dpkg --get-selections|grep -i pyside
sudo gainroot apt-get remove <installed pyside package>
apt-get install <deinstalled pyside package>
![]() |
2011-06-10
, 07:31
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#135
|
![]() |
2011-06-10
, 08:31
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#136
|
after doing the above, i now get a segmentation fault when i run gngeo-gui.
import sys from PySide.QtCore import * from PySide.QtGui import * print "test"
![]() |
2011-06-10
, 08:50
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#137
|
![]() |
2011-06-10
, 08:55
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#138
|
![]() |
2011-06-10
, 09:04
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#139
|
i deleted the config file. i see the traceback reaching
line 627, ui = Ui_MainWindow()
line 47, self.gui_opts = parse_config(self,GNGEOGUI_CFG_FILE)
finally, line 19, f = open(filename)
then i see IOError: [Errno 2] No such file or directory: '/home/user/.gngeo-gui/gngeo-gui.cfg
and finally i see Segmentation fault.
so it seems it's segfaulting after the config file loading part??
![]() |
2011-06-10
, 09:10
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#140
|