I had Quantlib (1.4) and Quantlib-SWIG/Python successfully installed (compiled using MS Visual Studio Express 2013 for quantlib and as per the readme, using python setup.py build
followed by python setup.py install
. )
I then wanted to modify some of the SWIG files, and reinstall. I tried python setup.py clean --all
to get the modified files to be picked up on a subsequent build, but that didn't work.
Under linux it is fine, I just do make clean
and then reinstall using python setup, but under Windows (where I don't have make installed), I am drawing a blank.