简体   繁体   English

如何使用Enthought python Windows XP SP3安装“ pysparse”软件包?

[英]how to install the 'pysparse' package using Enthought python, Windows XP SP3?

I am running on a Windows XP SP3 and currently have fresh installations of the following: 我在Windows XP SP3上运行,并且当前具有以下的全新安装:

I need pysparse inorder to install and use 'fipy'. 我需要pysparse才能安装和使用“ fipy”。

From some reason any attempt include a .pyd file from pysparse eg : 由于某种原因,任何尝试都包含来自pysparse的.pyd文件,例如:

>>> from pysparse import jdsym 

ends with the following : 以以下内容结尾:

Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.

I should point out that installing other packages from the same link and including .pyd files worked fine. 我应该指出,从同一链接安装其他软件包并包括.pyd文件可以正常工作。

Any help would be incredibly great. 任何帮助都将是非常巨大的。

您可以从以下网站下载适用于Windows系统的已编译Pysparse库: http ://www.lfd.uci.edu/~gohlke/pythonlibs/然后只需运行相关的EXE文件,即可安装pysparse并导入到您的代码中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM