Re: [Pythonocc-users] pythonocc .deb creation problem

2009-11-18 Thread Thomas Paviot
It seems to be the same error: the OCC libs (-lTKernel etc.) are not passed to the linker. It's because the setup.py script doesn't find those libraries in the path (be sure the OCC_INC include path in environment.py is correct). Best Regards, Thomas 2009/11/19 Heath Matlock > Right so, I need

Re: [Pythonocc-users] pythonocc .deb creation problem

2009-11-18 Thread Heath Matlock
Right so, I needed to edit environment.py Any ideas for this new error: http://pastebin.com/f20d979b6 A Google result brought up one of my pastes from September, too bad I wasn't making copious notes on the installation at the time. -- Heath Matlock +1 256 274 4225 On 11/18/09, Thomas Paviot w

Re: [Pythonocc-users] pythonocc .deb creation problem

2009-11-18 Thread Thomas Paviot
2009/11/18 Heath Matlock > On Wed, Nov 18, 2009 at 4:26 AM, Thomas Paviot wrote: > > Hi Health, > > > > pythonOCC-0.3 is built by default with salomegeom support. First check > that > > your installation of salomegeom is ok. Otherwise, you can disable > salomegeom > > support by passing the -NO_

Re: [Pythonocc-users] pythonocc .deb creation problem

2009-11-18 Thread Heath Matlock
On Wed, Nov 18, 2009 at 4:26 AM, Thomas Paviot wrote: > Hi Health, > > pythonOCC-0.3 is built by default with salomegeom support. First check that > your installation of salomegeom is ok. Otherwise, you can disable salomegeom > support by passing the -NO_GEOM option at the command line: > python s

Re: [Pythonocc-users] pythonocc .deb creation problem

2009-11-18 Thread Thomas Paviot
Hi Health, pythonOCC-0.3 is built by default with salomegeom support. First check that your installation of salomegeom is ok. Otherwise, you can disable salomegeom support by passing the -NO_GEOM option at the command line: python setup.py build -NO_GEOM A pythonocc debian package would really be

[Pythonocc-users] pythonocc .deb creation problem

2009-11-17 Thread Heath Matlock
Oi, I'm creating a .deb for pythonocc, what follows is an error that I'm not sure how to do deal with, suggestions? You can skip all that and just look at the main error: /usr/bin/ld: cannot find -lShHealOper but here it is in all its glory: he...@togetic:~/pythonocc-debianization/pythonocc-0.3/s