Re: [Pythonocc-users] testing a pythonocc debian installation

2010-05-20 Thread John Griessen
Denis Barbier wrote: > On 2010/5/20 John Griessen wrote: >> but I have nothing at /usr/local/lib/libTKOpenGl.so. > > You can find this library into the libopencascade-visualization-dev > Debian package, in /usr/lib > I am not sure, but you may instead set > export CSF_GraphicShr=/usr/lib/libTKOp

Re: [Pythonocc-users] testing a pythonocc debian installation

2010-05-20 Thread Denis Barbier
On 2010/5/20 John Griessen wrote: [...] > To test that the SMESH wrapper works: run the examples from > src/examples/Level1/SMESH > > python2.5 test_smesh.py > output is: > > a window with label 'wx' backend pops up, then disappears. > > /usr/lib/python2.5/site-packages/OCC/Displ

[Pythonocc-users] testing a pythonocc debian installation

2010-05-19 Thread John Griessen
A while back Thomas suggested: In order to check your installation, run src/unittest programs. When I execute python2.5 occ_unittest.py output is: Ran 11 tests in 4.730s OK - To test that the SMESH wrapper works: run the examples from src/examples/Level1/SMESH python2.5