2013/3/19 D. Barbier <bou...@gmail.com>

> On 2013/3/15 Cavendish McKay wrote:
> > Hello,
> >
> > I'm starting out with pythonocc and have a basic question about
> > installing.  I'm assuming it's because I'm not very familiar with cmake.
> >  I'm building on OS X 10.8.  Everything builds just fine, but in the
> > install step, the python files are going in
> >
> > /Library/Python/2.6/site-packages/OCC
> >
> > Since I'm using Python 2.7.2, when I start up a python interpreter, it
> > can't find the OCC module. I could just add the above directory to the
> > python path, but I'd prefer to get the module installed in the right
> > place.  So, how do I change the install location?
>
> Hello,
>
> This looks like a bug in CMakeLists.txt, python2.6 is hardcoded at l. 94.
> Edit this file and replace python2.6 by python.
>
> Denis
>
>
Thanks Denis for pointing this out. This must be a very very old bug!

Hope it will be enough to solve Cavendish's problem.

Regards,

Thomas
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to