On Mon, Apr 30, 2012 at 8:16 AM, Eugenio Pignataro <i...@oscurart.com.ar> wrote:
> I have my python 3.2.3  compiled from source in Ubuntu 12.04.
>
> Cmake can't find numpy.
> My folder : /usr/local/lib/python3.2/site-packages is empty.
>
> What I need?
>
Your OS most likely installs the python packages in /usr/lib while
cmake is apparently looking for them in /usr/local/lib -- where I'd
imagine you have cmake looking for your custom installed python.

Probably just a matter of making (or fixing) a FindNUMPY.cmake module
(which IMHO all libs should have *cough*ffmpeg*cough*)

Dan
_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to