Re: [Numpy-discussion] ValueError for numpy when importing KDTree from scipy.spatial

2009-12-18 Thread Charles R Harris
On Fri, Dec 18, 2009 at 10:42 PM, Howard Chong wrote: > I'm getting an odd behavior when I try to load KDTree. In the interactive > interpreter: the first time I try to load it, it gives me an error. Second > time works fine. When trying to run from command line, same error. > > To reproduce, jus

Re: [Numpy-discussion] ValueError for numpy when importing KDTree from scipy.spatial

2009-12-18 Thread josef . pktd
On Sat, Dec 19, 2009 at 12:42 AM, Howard Chong wrote: > I'm getting an odd behavior when I try to load KDTree. In the interactive > interpreter: the first time I try to load it, it gives me an error. Second > time works fine. When trying to run from command line, same error. > To reproduce, just t

[Numpy-discussion] ValueError for numpy when importing KDTree from scipy.spatial

2009-12-18 Thread Howard Chong
I'm getting an odd behavior when I try to load KDTree. In the interactive interpreter: the first time I try to load it, it gives me an error. Second time works fine. When trying to run from command line, same error. To reproduce, just type the 4 commands below. If people can't reproduce it, I migh