![]() |
2011-06-09
, 18:47
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#121
|
![]() |
2011-06-09
, 18:52
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#122
|
![]() |
2011-06-09
, 19:08
|
Posts: 346 |
Thanked: 271 times |
Joined on Jan 2010
|
#123
|
![]() |
2011-06-09
, 19:14
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#124
|
looking in /opt/gngeo-gui
i tried this:
a) gngeo-gui.py doesn't have the +x permission on it. applied it with chmod.
b) launching it from command line, i see a bunch of errors:
./gngeo-gui.py: line 1: import: not found
./gngeo-gui.py: line 2: import: not found
./gngeo-gui.py: line 3: from: not found
./gngeo-gui.py: line 4: from: not found
./gngeo-gui.py: line 6: COMMENT_CHAR: not found
./gngeo-gui.py: line 7: OPTION_CHAR: not found
./gngeo-gui.py: line 8: syntax error: unexpected "("
cd /opt/gngeo-gui/ python gngeo-gui.py
![]() |
2011-06-09
, 19:28
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#125
|
![]() |
2011-06-09
, 19:30
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#126
|
![]() |
2011-06-09
, 19:57
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#127
|
/opt/gngeo-gui $ python gngeo-gui.py
Traceback (most recent call last):
File "gngeo-gui.py", line 3, in <module>
from PySide.QtCore import *
File "/usr/lib/python2.5/site-packages/PySide/__init__.py", line 2, in <module>
import private
File "/usr/lib/python2.5/site-packages/PySide/private.py", line 2, in <module>
from QtCore import __moduleShutdown
ImportError: /usr/lib/python2.5/site-packages/PySide/QtCore.so: undefined symbol: _ZN6PySide15DestroyListener8instanceEv
/opt/gngeo-gui $
sudo gainroot apt-get --reinstall install python-pyside.qtcore
ldd -r /usr/lib/python2.5/site-packages/PySide/QtCore.so
![]() |
2011-06-09
, 20:28
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#128
|
/opt/gngeo-gui $ python gngeo-gui.py
Traceback (most recent call last):
File "gngeo-gui.py", line 3, in <module>
from PySide.QtCore import *
File "/usr/lib/python2.5/site-packages/PySide/__init__.py", line 2, in <module>
import private
File "/usr/lib/python2.5/site-packages/PySide/private.py", line 2, in <module>
from QtCore import __moduleShutdown
ImportError: /usr/lib/python2.5/site-packages/PySide/QtCore.so: undefined symbol: _ZN6PySide15DestroyListener8instanceEv
/opt/gngeo-gui $
sudo gainroot apt-get install gngeo-gui=0.0.2-1
![]() |
2011-06-09
, 22:41
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#129
|
![]() |
2011-06-09
, 23:01
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#130
|