Hi All,
I've got the precompiled python libraries for MacOS X and try to use them on my
Leopard Mac but i got a unknown missing library when trying to load any modules
in python. 
The library name is libSketcher.so and googling it gave no results at all.
What is this library?
Could you help me with this?
                                   thanks in advance, 
                                       Denis

-----Original Message-----
From: pythonocc-users-boun...@gna.org on behalf of Thomas Paviot
Sent: Thu 11/19/2009 8:04 AM
To: pythonOCC users mailing list.
Subject: Re: [Pythonocc-users] pythonocc .deb creation problem
 
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 <heathmatl...@gmail.com>

> 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 <tpav...@gmail.com> wrote:
> > 2009/11/18 Heath Matlock <heathmatl...@gmail.com>
> >
> >> On Wed, Nov 18, 2009 at 4:26 AM, Thomas Paviot <tpav...@gmail.com>
> 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 setup.py build -NO_GEOM
> >>
> >> Thomas, thanks for reminding me, I always forget to add -NO_GEOM.
> >> Anyway, so here's the next problem I receive after attempting this
> >> build:
> >>
> >> http://pastebin.com/f1bbdb33f
> >>
> >> I'm seeing references to some of these in my previous builds of
> >> opencascade and even in a wrapper from a previous pythonOCC build,
> >> what program packages these files?
> >>
> >> Thanks again.
> >>
> >>
> > The OpenCASCADE libraries are not found in the path you provide to g++.
> >
> > Thomas
> >
>
>
> --
> Heath Matlock
> +1 256 274 4225
>
> _______________________________________________
> 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

Reply via email to