View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#139
Originally Posted by droll View Post
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??
Good news then, the PySide reinstall seems to have helped to correct your PySide issues!

The error you now getting seems logical. If you start gngeo-gui from the menu (not from the xterminal), it will create the needed initial config file.

So please start gngeo-gui from the menu, and your problems may be gone....