On Thu, Jul 3, 2014 at 11:14 AM, Pablo Pérez García
<pabl...@computer.org> wrote:
> Hello, I'm a newcomer and I have a question I did not manage to solve yet, I
> posted it into these two stack-overflow entries:
>
> http://stackoverflow.com/questions/24529811/compiling-numpy-for-windows-python-2-7-7
>
> http://stackoverflow.com/questions/24548485/using-numpy-on-an-embedded-python-interpreter-using-vs2008-under-windows-7
>

I don't know how it works on windows but on linux/mac in order to
import debug builds of binary extensions you need to use debug build
of python which is a different runtime. I guess on windows you either
have to download a special installer with the debug build or build it
yourself (configure --with-pydebug)
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to