On 2010-08-03, at 4:09 PM, Pauli Virtanen wrote:

> Tue, 03 Aug 2010 15:52:55 -0400, David Warde-Farley wrote:
> [clip]
>> in PyErr_WarnEx (category=0x11eb6c54,
>>    text=0x5f90c0 "PyOS_ascii_strtod and PyOS_ascii_atof are deprecated.
>>     Use PyOS_string_to_double instead.", stack_level=0) at
>>    Python/_warnings.c:719
>> 719      res = do_warn(message, category, stack_level); 
>> (gdb)
> 
> That was probably fixed in r8394 in trunk.
> 
> But to be sure, can you supply the whole stack trace (type "bt" in the 
> gdb prompt).

Thanks Pauli, it does seem to be fixed in 1.5.0b1. I didn't get the memo 
somehow that 2.7 breaks NumPy 1.4.x.

Now I just have to chase down ugly MKL problems...

David
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to