Re: [Pythonocc-users] PAF problem on Ubuntu 12.04

2013-03-22 Thread Thomas Paviot
2013/3/20 Guillaume Florent > Hi, > Hi Guillaume, > > Has anybody ran into this problem for the PAF examples on Ubuntu: > > Traceback (most recent call last): > File "test_box_booleans_fillets.py", line 1, in > from OCC.PAF.Context import ParametricModelingContext > File "/usr/local/

Re: [Pythonocc-users] PAF problem on Ubuntu 12.04

2013-03-20 Thread jelle feringa
> calling c++filt on the problematic symbol: > >>c++filt _ZN13VolumeSectionC1E12TopoDS_Shaped > VolumeSection::VolumeSection(TopoDS_Shape, double) > > I can usually solve the problems in the examples but this one remains a > mystery > I can imagine. This is an issue at the SWIG wrapper level.

[Pythonocc-users] PAF problem on Ubuntu 12.04

2013-03-20 Thread Guillaume Florent
Hi, Has anybody ran into this problem for the PAF examples on Ubuntu: Traceback (most recent call last): File "test_box_booleans_fillets.py", line 1, in from OCC.PAF.Context import ParametricModelingContext File "/usr/local/lib/python2.7/dist-packages/OCC/PAF/Context.py", line 18, in