MatPy win32 question (cephes.pyd)

Karl M. Syring syring at email.com
Sat Aug 11 01:37:05 EDT 2001


"W. Jarrett Campbell" <jarrett at engineer.com> schrieb
> I'm trying to get MatPy running on my win32 Python 2.1 installation.  I've
> gone through and installed all the prerequisites per the documentation but
> I'm having some trouble running the tests.  My issue seems to be around
the
> use of cephes.pyd.  The version that I have downloaded requires
python15.dll
> but I'm running python 2.1.  I downloaded python15.dll and put it in my
path
> but when cephes tries to access it, I get a message saying :
>
>
> E:\Python21\MatPy\tests>python test_basic.py
> Traceback (most recent call last):
>   File "test_basic.py", line 9, in ?
>     from MatPy.mfuncs import expm, logm, sqrtm
>   File "e:\python21\MatPy\mfuncs.py", line 1, in ?
>     import SpecialFuncs
>   File "e:\python21\SpecialFuncs.py", line 1, in ?
>     from cephes import *
> ImportError: Module use of python15.dll conflicts with this version of
> Python.
>
> E:\Python21\MatPy\tests>
>
>
>
> Is there a cephes.pyd built for Python 2.1 on win32 systems that I can
> download?  Any other suggestions?

You can get my version of cephes.pyd from
http://www.weihenstephan.de/~syring/misc/cephes.pyd

Karl M. Syring




More information about the Python-list mailing list