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

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

Reply via email to