Re: Python support?
Posted by Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Python-support-tp2790p2791.html
On 2004.02.06 20:43, Michael Lynch wrote:
> What's the status of python support for quantlib?
Michael,
sorry for the late reply. The Python module works, but lacks in
documentation compared with C++. I'll try and translate the C++
examples. In the meantime, your best bet might be to have a look at
the .i files in the SWIG folder. They declare the interface of the
exported classes and functions. Feel free to write again if you get
stuck somewhere.
> Do I need to install the C++ package?
That depends on your platform. If you're using Linux or another
Unix-like OS, you need to install the C++ package. If you're under
Windows instead, the distributed Python module is self-contained.
Later,
Luigi