赵振华分享 http://blog.sciencenet.cn/u/zhaozhh02 解决问题背后那思想的闪光令人着迷

博文

安装 scikits.bvp_solver

已有 5533 次阅读 2010-5-19 15:26 |个人分类:常用软件|系统分类:科研笔记


scikits.bvp_solver 是一个求解常微分方程边值问题的python软件包,它的底层是fortran程序包bvp_solver。 结合了python的优势用起来比较方便,和matlab的bvp4c非常相似。但是我发现其在Windows下安装有些问题,以下是我给该软件包的作者写的解决办法现拷贝如下:

(installing scikits.bvp_solver)
1. Download and install python-2.6.5 with packages numpy-1.3.0 and scipy-0.7.1 and setuptools-0.6c11.win32-py2.6.
2. Download gcc-4.4.3-32 from http://www.equation.com/servlet/equation.cmd?call=fortran, and install it in "D:mingw".
3. Create a text file with the following two lines in it:

[build]
compiler = mingw32


Then save it as "~Python26Libdistutilsdistutils.cfg"  (http://mail.scipy.org/pipermail/scipy-user/2010-February/024093.html).
4. Use the command  “easy_install scikits.bvp_solver” in comand line (cmd).

Over.


https://wap.sciencenet.cn/blog-117412-326281.html

上一篇:我常用的软件
下一篇:用gnuplot结合latex生成eps格式图
收藏 IP: .*| 热度|

1 金小伟

发表评论 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-13 15:33

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部