Login  Register

Trouble about QuantLib-Python

Posted by Ruilong Xu on Dec 09, 2015; 4:30am
URL: http://quantlib.414.s1.nabble.com/Trouble-about-QuantLib-Python-tp17153.html

Hi
my system:
platform win7-32bit
python 2.7(using anaconda)
boost 1.59
QuantLib 1.7

I install QuantLib-Python following this tutorial
https://vineetv.wordpress.com/2015/07/07/installing-quantlib-python-windows/

It works for me at first,but when I type

import QuantLib in python

python tells me:No module named _QuantLib.

What should I do next?