[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17276] trunk/blender/source/gameengine/ VideoTexture/SConscript: Adding include path for numpy to sconscript.

Alphonso Bedoya alphonso.bedoya at gmail.com
Sat Nov 1 19:57:05 CET 2008


Oops! Correction below.

On Sat, Nov 1, 2008 at 11:53 AM, Alphonso Bedoya
<alphonso.bedoya at gmail.com> wrote:
> This doesn't work for OS X, either.
>
> On OS X BF_PYTHON gets BF_PYTHON_VERSION added to it to construct the
> base directory for python.
>
> incs += ' ' + env['BF_PYTHON'] + '/lib/python' +
> env['BF_PYTHON_VERSION'] + "/site-packages/numpy/core/include"
>
> produces:
>
> /Library/Frameworks/Python.framework/Versions/lib/python2.5/site-packages/numpy/core/include
>
> when it should be:
>
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include


More information about the Bf-committers mailing list