View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#136
Originally Posted by droll View Post
after doing the above, i now get a segmentation fault when i run gngeo-gui.
Gives the "ldd" still the undefined symbol errors?

What if you create and run the following testscript with content:

Code:
import sys
from PySide.QtCore import *
from PySide.QtGui import *
print "test"
Save it as "test.py", and run it with "python test.py"