Now that a build with python2.6 ran to completion without errors, I have tested
some OCC
examples:
j...@toolbench:/backups-650mb/pythonocc-read-only/src/examples/Level1/SMESH$
ipython -wthread volumic_mesh.py
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/backups-650mb/pythonocc-read-only/src/examples/Level1/SMESH/volumic_mesh.py in
<module>()
16 ##along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
17
---> 18 from OCC.BRepPrimAPI import *
19 from OCC.gp import *
20 from OCC.BRepAlgoAPI import *
ImportError: No module named OCC.BRepPrimAPI
.
.
.
--> 878 import wx
879
880 threading.Thread.__init__(self)
ImportError: No module named wx
I had env variables:
OCC_LIB_PATH=/usr/local/lib
PYTHONPATH="" (empty)
John
_______________________________________________
Pythonocc-users mailing list
[email protected]
https://mail.gna.org/listinfo/pythonocc-users