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?