[SciPy-User] [SciPy-user] Installing Polymode
sunnychugh87
sunnychugh87 at gmail.com
Wed Mar 13 04:08:51 EDT 2013
i have installed numpy mkl and scipy
but when i import polymode in program,,it gives this error---
Traceback (most recent call last):
File "C:/Documents and Settings/student/Desktop/a1.py", line 1, in
<module>
import Polymode
File "C:\Python26\lib\site-packages\Polymode\__init__.py", line 47, in
<module>
from .mathlink import coordinates, constants
File "C:\Python26\lib\site-packages\Polymode\mathlink\__init__.py", line
37, in <module>
from .bessel_ratios import besselj_ratio, hankel1_ratio
File "numpy.pxd", line 119, in init Polymode.mathlink.bessel_ratios
(Polymode\mathlink\bessel_ratios.cpp:5165)
ValueError: numpy.dtype does not appear to be the correct type object
can u help...i need it bad
Christoph Gohlke wrote:
>
> On 1/29/2013 8:33 AM, Manders, Mark wrote:
>> I was trying to install polymode into my Python 2.7 (32bit), for some
>> reason the following errors come up. It can’t seem to find the numpy
>> ‘lapack’ libraries even though I have numpy & scipy installed. I also
>> have boost_python installed but it can’t find anything from that either.
>>
>
> Try <http://www.lfd.uci.edu/~gohlke/pythonlibs/#polymode>. It requires
> Numpy-MKL and Scipy from the same website.
>
> Christoph
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
>
--
View this message in context: http://old.nabble.com/Installing-Polymode-tp34958853p35168533.html
Sent from the Scipy-User mailing list archive at Nabble.com.
More information about the SciPy-User
mailing list