quantlibaddin and python

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

quantlibaddin and python

Story, Todd
quantlibaddin and python

Hello all:

Where can I find instructions for installying Python and then on using it to generate my own excel addins?

TRS

Reply | Threaded
Open this post in threaded view
|

Re: quantlibaddin and python

eric ehlers
Hi TRS,

On 8/15/06, Story, Todd <[hidden email]> wrote:
>
> Hello all:
>
> Where can I find instructions for installying Python and then on using it to
> generate my own excel addins?

Just to clarify, QuantLibAddin relies on gensrc, a Python application,
to build addins for various platforms including Excel.  Adding
additional functionality to the QuantLibAddin Excel build (aka
QuantLibXL) is relatively straightforward.  Extending the framework to
implement a new addin altogether is certainly doable but would require
development on your part.

See this link for a tutorial on building QuantLibAddin for Excel -
this includes instructions for installing python and gensrc:

http://www.quantlibaddin.org/build_tutorial.html

The link below explains how to extend QuantLibAddin's gensrc
configuration to support new functions.  Some details are out of date
but in general the approach is unchanged:

http://www.quantlibaddin.org/extending.html

Regards,
Eric