Hi Vin, You can easily download oce sources without looking into commits. oce releases are tagged, see https://github.com/tpaviot/oce/tags to download either a tar.gz or zip file archive. Note that, if you run Windows, precompiled binaries are available at https://github.com/tpaviot/oce/tags(including 0.11 and 0.12 releases).
The issue with sympy is related to the version used. You're right, moving to sympy.basic.Basic is consistent with the latest sympy release. Regards, Thomas 2013/4/8 Vin Yovanovich <fracta...@hotmail.com> > Hi Thomas, thanks for your fixes. Since I was not getting all the menus > from geometry_demos.py to run, I decided that something must be wrong with > my OCE compilation, so I went back to OCE 0.11 which exists already > compiled and looked into commits and decided that the state of master as of > Jan 7th, 2013 is the state just before you guys began making changes > to accommodate OCE 0.12. So, I tried using this state against OCE 0.11 and > I got no problem except a minor issue with unittest ... > > ====================================================================== > ERROR: test_relation_sympy (paf_unittest.TestPAF) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "d:\pythonOCC4OCE11\src\unittest\paf_unittest.py", line 46, in > test_relation_sympy > u=Relation(p,"Y",relation) > File "d:\Python26\lib\site-packages\OCC\PAF\Parametric.py", line 58, in > __init__ > assert issubclass(relation.__class__, sympy.core.basic.Basic ), > 'relation should be a subclass of sympy.core.basic.Basic, got a %s' % ( > relation._ > _class__) > AttributeError: 'module' object has no attribute 'basic' > > ---------------------------------------------------------------------- > Ran 79 tests in 1.829s > > FAILED (errors=1) > > ... which doesn't fail if sympy.core.basic.Basic is replaced with > sympy.basic.Basic > > Anyway, now I am able to run geometry_demos.py but only with 'qt' imposed > in SimpleGui.py with USED_BACKEND='qt', ('wx' just doesn't work as you > know). > > Vin > > > > > > > Hi Vin, > > Thanks to your report, I fixed cmake configuration files as well as the > GEOM wrapper. Current master should compile without any problem. However, I > can't reproduce the through_section crash. > > Regards, > > Thomas > > > _______________________________________________ Pythonocc-users mailing > list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users > > _______________________________________________ > Pythonocc-users mailing list > Pythonocc-users@gna.org > https://mail.gna.org/listinfo/pythonocc-users > >
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users