[Numpy-discussion] [Announce] Numpy 1.3.0b1

Bruce Southey bsouthey at gmail.com
Thu Mar 26 10:44:37 EDT 2009


On Thu, Mar 26, 2009 at 8:53 AM, David Cournapeau
<david at ar.media.kyoto-u.ac.jp> wrote:
> Bruce Southey wrote:
>> David Cournapeau wrote:
>>
>>> On Thu, Mar 26, 2009 at 7:48 PM, David Cournapeau <cournape at gmail.com> wrote:
>>>
>>>
>>>
>>>> It is built with an updated toolchain + a few patches to mingw I have
>>>> yet submitted upstream,
>>>>
>>>>
>>> I created a ticket as well to track this issue:
>>>
>>>
>>>
>> I added my comments to it.
>>
>> Is there a way to skip these longdouble/longcomplex tests in Python2.6
>> on 64 bit Vista?
>>
>
> I could add a known failure - but then that kind of defeats the purpose
> of testing.
>
> Just to be clear, did you use the .msi I have just posted ? Because I
> can't reproduce the crash at all on my machine. I do get occasional
> crashes right after numpy import when running the test suite, but those
> are of different nature I believe.
>
> cheers,
>
> David
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
Hi,
Apparently not:

Python 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************

IDLE 2.6.1
>>> import numpy

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import numpy
  File "C:\Python26\lib\site-packages\numpy\__init__.py", line 130, in <module>
    import add_newdocs
  File "C:\Python26\lib\site-packages\numpy\add_newdocs.py", line 9, in <module>
    from lib import add_newdoc
  File "C:\Python26\lib\site-packages\numpy\lib\__init__.py", line 4,
in <module>
    from type_check import *
  File "C:\Python26\lib\site-packages\numpy\lib\type_check.py", line
8, in <module>
    import numpy.core.numeric as _nx
  File "C:\Python26\lib\site-packages\numpy\core\__init__.py", line 5,
in <module>
    import multiarray
ImportError: DLL load failed: %1 is not a valid Win32 application.



More information about the NumPy-Discussion mailing list