Re: [Pythonocc-users] Fixing python-occ visualization in Ubuntu 10.04 - resume

2010-05-14 Thread Thomas Paviot
Hi Marcos, That's what I thought : it comes from the OpenGl driver ("from /usr/lib/dri/i915_dri.so"). I think it comes from the way I init the viewer : just after the Viewer is created, I set up default OCC lights: myV3dViewer->SetDefaultLights(); myV3dViewer->SetLightOn(); I will try to move t

[Pythonocc-users] Fixing python-occ visualization in Ubuntu 10.04 - resume

2010-05-14 Thread Marcos Elgueta Soulat
Hi Thomas, I will resume in the same order than you, according to your description, I notice something (the segmentation fault) If I sum up: - I run Ubuntu 10.04 on a machine with an Intel chipset graphic hardware, - I installed pythonocc-0.4, - I properly set up the CSF_GraphicShr env variable,