[SciPy-User] Scipy.signal crashing the Python Development Environment in Windows
David
david at silveregg.co.jp
Thu Nov 11 20:53:28 EST 2010
On 11/12/2010 06:19 AM, bruno.george at appliedpictures.com wrote:
> I'm using Python 2.6.5 installed using python(x,y) running on Windows
> 32. When I try to import scipy.signal, the entire environment crashes.
> This occurred in both Ipython and IDLE.
>
> I'm submitting the following command:
>
> "import scipy.signal" T
> The same thing happens when I use:
> "from scipy.signal import kaiserord"
Could you tell use the result of the following commands:
>> import numpy
>> print numpy.__file__, numpy.__version__
>> import scipy
>> print scipy.__file__, scipy.__version__
I suspect some mismatch between numpy/scipy and this would be a good way
to check. Otherwise, you may want to ask the python(x, y) author about
the issue, as it is a packaging issue,
cheers,
David
More information about the SciPy-User
mailing list