[Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

2013-01-10 Thread klo
Hi, I run `python3 setup.py config` and then python3 setup.py build --compiler=mingw32 but it picks that I have MSVC 10 and complains about manifests. Why, or even better, how to compile with available MinGW compilers? Here is log:

Re: [Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

2013-01-10 Thread Peter Cock
On Thu, Jan 10, 2013 at 3:56 PM, klo klo...@gmail.com wrote: Hi, I run `python3 setup.py config` and then python3 setup.py build --compiler=mingw32 but it picks that I have MSVC 10 and complains about manifests. Why, or even better, how to compile with available MinGW compilers? I

Re: [Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

2013-01-10 Thread klo
I reported this issue/bug to the mailing list recently as part of a discussion with Ralf which lead to various fixes being made to get NumPy to compile with either mingw32 or MSCV 10. http://mail.scipy.org/pipermail/numpy-discussion/2012-November/064454.html My workaround is to change the

Re: [Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

2013-01-10 Thread Christoph Gohlke
On 1/10/2013 8:35 AM, klo wrote: I reported this issue/bug to the mailing list recently as part of a discussion with Ralf which lead to various fixes being made to get NumPy to compile with either mingw32 or MSCV 10. http://mail.scipy.org/pipermail/numpy-discussion/2012-November/064454.html

Re: [Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

2013-01-10 Thread klo
Numpy = 1.6 is not compatible with Python 3.3. Use numpy = 1.7.0rc1. Thanks for the tip 1.7.0rc builds without issue ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

2013-01-10 Thread klo
Numpy = 1.6 is not compatible with Python 3.3. Use numpy = 1.7.0rc1. Thanks for the tip 1.7.0rc builds without issue Actually, this isn't over. It builds fine, but when I try to import numpy I get error: ... from numpy.linalg import lapack_lite

Re: [Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

2013-01-10 Thread klo
Actually, this isn't over. It builds fine, but when I try to import numpy I get error: ... Sorry for the noise, after re-reading tracelog, I realized that I accidentally removed c:\python33\libs\libpython33.a while removing previous non-working numpy

Re: [Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

2013-01-10 Thread Ondřej Čertík
On Thu, Jan 10, 2013 at 12:20 PM, klo klo...@gmail.com wrote: Actually, this isn't over. It builds fine, but when I try to import numpy I get error: ... Sorry for the noise, after re-reading tracelog, I realized that I accidentally removed