Hello all,
I managed to compile PySide (and and actually wrote down how). Thats the good 
news, unfortunately i still get a segmentation fault when trying to run 
SimpleGui.init_display():
>>> SimpleGui.init_display()
imported
I 6291465
 ###### 3D rendering pipe initialisation #####
Display3d class initialization starting ...
Segmentation fault

i think i have pinpointed the error to the following line in 
Visualization/Display3d.cpp:

gd = new Graphic3d_GraphicDevice(std::getenv("DISPLAY"));

(thats before it tries to set the window handle :)

am i missing the environment variable "DISPLAY" ? or is there something else 
wrong?


Cheers

Henrik

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to