QuantLib 1.7 and QuantLib-Python: cannot complete the installation

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

QuantLib 1.7 and QuantLib-Python: cannot complete the installation

StefIT
Dear all,
I'm an italian student and I'm new in QuantLib and Python environment. Anyway I'm working on my final thesis and I'm using IPython in Anaconda Environment.
I discovered QuantLib some days ago and I would link to install it on my Mac OSX 10.11.5 El Capitan.
I intalled XCode and relative tools and MacPorts.
I completed the installation of QuantLib and I'm trying to complete the installation of QuantLib(Swig)-Python.
Unfortunately I always get this error message:

$ python setup.py build
python: can't open file 'setup.py': [Errno 2] No such file or directory
$ cd QuantLib-SWIG-1.7./configure
-bash: cd: QuantLib-SWIG-1.7./configure: No such file or directory

I followed all explained steps but I still have some problems and I don't know how to fix it at all

Thank you all in advance and I'm sorry for my lack of experience in this kind of things..

Stefania
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

Luigi Ballabio
Hello,
    are you using a release from https://sourceforge.net/projects/quantlib/files/, or did you check out the sources from GitHub?

Luigi


On Tue, May 31, 2016 at 10:39 AM StefIT <[hidden email]> wrote:
Dear all,
I'm an italian student and I'm new in QuantLib and Python environment.
Anyway I'm working on my final thesis and I'm using IPython in Anaconda
Environment.
I discovered QuantLib some days ago and I would link to install it on my Mac
OSX 10.11.5 El Capitan.
I intalled XCode and relative tools and MacPorts.
I completed the installation of QuantLib and I'm trying to complete the
installation of QuantLib(Swig)-Python.
Unfortunately I always get this error message:

$ python setup.py build
python: can't open file 'setup.py': [Errno 2] No such file or directory
$ cd QuantLib-SWIG-1.7./configure
-bash: cd: QuantLib-SWIG-1.7./configure: No such file or directory

I followed all explained steps but I still have some problems and I don't
know how to fix it at all

Thank you all in advance and I'm sorry for my lack of experience in this
kind of things..

Stefania



--
View this message in context: http://quantlib.10058.n7.nabble.com/QuantLib-1-7-and-QuantLib-Python-cannot-complete-the-installation-tp17485.html
Sent from the quantlib-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

StefIT
Hi Luigi,
thank you for your answer. I downloaded QuantLib Swig from https://sourceforge.net/projects/quantlib/files/ selecting "other languages".
thank you
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

Luigi Ballabio
Ok. Once you extract the release, setup.py would be in the QuantLib-SWIG-1.7/Python folder, so you have to cd into that folder before running `python setup.py build`:

$ cd QuantLib-SWIG-1.7/Python
$ python setup.py build
$ sudo python setup.py install

The same goes for running ./configure instead; what you posted should be two different commands, not one:

$ cd QuantLib-SWIG-1.7
$ ./configure
$ make -C Python
$ sudo make -C Python install

Either way should build the module.

Luigi


On Tue, May 31, 2016 at 12:10 PM StefIT <[hidden email]> wrote:
Hi Luigi,
thank you for your answer. I downloaded QuantLib Swig from
https://sourceforge.net/projects/quantlib/files/ selecting "other
languages".
thank you



--
View this message in context: http://quantlib.10058.n7.nabble.com/QuantLib-1-7-and-QuantLib-Python-cannot-complete-the-installation-tp17485p17487.html
Sent from the quantlib-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

StefIT
As I said I'm completely new in this sector (I've never worked in Terminale) but your help is essential.
Thank you Luigi, I'm going to try right know.

Best regards,
Stefania
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

StefIT
Ok I applied steps that you suggested. I think it works. 
The I tried to import QuantLib as ql in IPython , I get this error message:

ImportError: dlopen(//anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so, 2): Symbol not found: __ZN8QuantLib10DateParser14parseFormattedERKSsS2_
  Referenced from: //anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so
  Expected in: dynamic lookup


I apologize to bother you, but I really would be able to solve the problem.
Thank you in advance,
Stefania 
Il giorno 31 mag 2016, alle ore 13:27, StefIT [via QuantLib] <[hidden email]> ha scritto:

As I said I'm completely new in this sector (I've never worked in Terminale) but your help is essential.
Thank you Luigi, I'm going to try right know.

Best regards,
Stefania


If you reply to this email, your message will be added to the discussion below:
http://quantlib.10058.n7.nabble.com/QuantLib-1-7-and-QuantLib-Python-cannot-complete-the-installation-tp17485p17489.html
To unsubscribe from QuantLib 1.7 and QuantLib-Python: cannot complete the installation, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

Luigi Ballabio
You'll need to find out where you installed the QuantLib C++ library, libQuantLib.so . On Linux systems, it would be in /usr/local/lib; there's a chance that the location is the same on your Mac, too.  Once you have found the library, you need to add its location to the dynamic linker path DYLD_LIBRARY_PATH; see for instance <http://superuser.com/questions/282450/where-do-i-set-dyld-library-path-on-mac-os-x-and-is-it-a-good-idea>.

Luigi

On Tue, May 31, 2016 at 2:49 PM StefIT <[hidden email]> wrote:
Ok I applied steps that you suggested. I think it works. 
The I tried to import QuantLib as ql in IPython , I get this error message:

ImportError: dlopen(//anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so, 2): Symbol not found: __ZN8QuantLib10DateParser14parseFormattedERKSsS2_
  Referenced from: //anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so
  Expected in: dynamic lookup


I apologize to bother you, but I really would be able to solve the problem.
Thank you in advance,
Stefania 
Il giorno 31 mag 2016, alle ore 13:27, StefIT [via QuantLib] <[hidden email]> ha scritto:

As I said I'm completely new in this sector (I've never worked in Terminale) but your help is essential.
Thank you Luigi, I'm going to try right know.

Best regards,
Stefania


If you reply to this email, your message will be added to the discussion below:
http://quantlib.10058.n7.nabble.com/QuantLib-1-7-and-QuantLib-Python-cannot-complete-the-installation-tp17485p17489.html
To unsubscribe from QuantLib 1.7 and QuantLib-Python: cannot complete the installation, click here.
NAML



View this message in context: Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation
Sent from the quantlib-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

StefIT
Unfortunately I’m only able to find a file named _QuantLib.so in anaconda/lib/python2.7/site-packages/QuantLib.
I tried to search the C++ library but spotlight does not return anything. I cannot figure it out what I did wrong. 
I opened opt/local/lib but there’s no libQuantLib.so file

Il giorno 31 mag 2016, alle ore 14:11, Luigi Ballabio [via QuantLib] <[hidden email]> ha scritto:

You'll need to find out where you installed the QuantLib C++ library, libQuantLib.so . On Linux systems, it would be in /usr/local/lib; there's a chance that the location is the same on your Mac, too.  Once you have found the library, you need to add its location to the dynamic linker path DYLD_LIBRARY_PATH; see for instance <http://superuser.com/questions/282450/where-do-i-set-dyld-library-path-on-mac-os-x-and-is-it-a-good-idea>.

Luigi

On Tue, May 31, 2016 at 2:49 PM StefIT <<a href="x-msg://5/user/SendEmail.jtp?type=node&amp;node=17491&amp;i=0" target="_top" rel="nofollow" link="external" class="">[hidden email]> wrote:
Ok I applied steps that you suggested. I think it works. 
The I tried to import QuantLib as ql in IPython , I get this error message:

ImportError: dlopen(//anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so, 2): Symbol not found: __ZN8QuantLib10DateParser14parseFormattedERKSsS2_
  Referenced from: //anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so
  Expected in: dynamic lookup 



I apologize to bother you, but I really would be able to solve the problem.
Thank you in advance,
Stefania 
Il giorno 31 mag 2016, alle ore 13:27, StefIT [via QuantLib] <[hidden email]> ha scritto:

As I said I'm completely new in this sector (I've never worked in Terminale) but your help is essential. 
Thank you Luigi, I'm going to try right know. 

Best regards, 
Stefania 


To unsubscribe from QuantLib 1.7 and QuantLib-Python: cannot complete the installation, click here.
NAML



View this message in context: Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation
Sent from the quantlib-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________
QuantLib-users mailing list
<a href="x-msg://5/user/SendEmail.jtp?type=node&amp;node=17491&amp;i=1" target="_top" rel="nofollow" link="external" class="">[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------ 
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic 
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________ 
QuantLib-users mailing list 
<a href="x-msg://5/user/SendEmail.jtp?type=node&amp;node=17491&amp;i=2" target="_top" rel="nofollow" link="external" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">[hidden email] 
https://lists.sourceforge.net/lists/listinfo/quantlib-users



To unsubscribe from QuantLib 1.7 and QuantLib-Python: cannot complete the installation, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

StefIT
In reply to this post by Luigi Ballabio
Sorry if I bother you again.
I found a found called libQuantLib.la then the extension is different but this is the only file which refers to libQuantLib.
Is it a problem? 
Il giorno 31 mag 2016, alle ore 14:11, Luigi Ballabio [via QuantLib] <[hidden email]> ha scritto:

You'll need to find out where you installed the QuantLib C++ library, libQuantLib.so . On Linux systems, it would be in /usr/local/lib; there's a chance that the location is the same on your Mac, too.  Once you have found the library, you need to add its location to the dynamic linker path DYLD_LIBRARY_PATH; see for instance <http://superuser.com/questions/282450/where-do-i-set-dyld-library-path-on-mac-os-x-and-is-it-a-good-idea>.

Luigi

On Tue, May 31, 2016 at 2:49 PM StefIT <<a href="x-msg://2/user/SendEmail.jtp?type=node&amp;node=17491&amp;i=0" target="_top" rel="nofollow" link="external" class="">[hidden email]> wrote:
Ok I applied steps that you suggested. I think it works. 
The I tried to import QuantLib as ql in IPython , I get this error message:

ImportError: dlopen(//anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so, 2): Symbol not found: __ZN8QuantLib10DateParser14parseFormattedERKSsS2_
  Referenced from: //anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so
  Expected in: dynamic lookup


I apologize to bother you, but I really would be able to solve the problem.
Thank you in advance,
Stefania 
Il giorno 31 mag 2016, alle ore 13:27, StefIT [via QuantLib] <[hidden email]> ha scritto:

As I said I'm completely new in this sector (I've never worked in Terminale) but your help is essential. 
Thank you Luigi, I'm going to try right know. 

Best regards, 
Stefania 


To unsubscribe from QuantLib 1.7 and QuantLib-Python: cannot complete the installation, click here.
NAML



View this message in context: Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation
Sent from the quantlib-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________
QuantLib-users mailing list
<a href="x-msg://2/user/SendEmail.jtp?type=node&amp;node=17491&amp;i=1" target="_top" rel="nofollow" link="external" class="">[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------ 
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic 
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________ 
QuantLib-users mailing list 
<a href="x-msg://2/user/SendEmail.jtp?type=node&amp;node=17491&amp;i=2" target="_top" rel="nofollow" link="external" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">[hidden email] 
https://lists.sourceforge.net/lists/listinfo/quantlib-users



To unsubscribe from QuantLib 1.7 and QuantLib-Python: cannot complete the installation, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

shanejhughes
In reply to this post by Luigi Ballabio


Sent from my BlackBerry 10 smartphone.
From: Luigi Ballabio
Sent: Tuesday 31 May 2016 14:18
To: StefIT; [hidden email]
Subject: Re: [Quantlib-users] QuantLib 1.7 and QuantLib-Python: cannot complete the installation

You'll need to find out where you installed the QuantLib C++ library, libQuantLib.so . On Linux systems, it would be in /usr/local/lib; there's a chance that the location is the same on your Mac, too.  Once you have found the library, you need to add its location to the dynamic linker path DYLD_LIBRARY_PATH; see for instance <http://superuser.com/questions/282450/where-do-i-set-dyld-library-path-on-mac-os-x-and-is-it-a-good-idea>.

Luigi

On Tue, May 31, 2016 at 2:49 PM StefIT <[hidden email]> wrote:
Ok I applied steps that you suggested. I think it works. 
The I tried to import QuantLib as ql in IPython , I get this error message:

ImportError: dlopen(//anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so, 2): Symbol not found: __ZN8QuantLib10DateParser14parseFormattedERKSsS2_
  Referenced from: //anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so
  Expected in: dynamic lookup


I apologize to bother you, but I really would be able to solve the problem.
Thank you in advance,
Stefania 
Il giorno 31 mag 2016, alle ore 13:27, StefIT [via QuantLib] <[hidden email]> ha scritto:

As I said I'm completely new in this sector (I've never worked in Terminale) but your help is essential.
Thank you Luigi, I'm going to try right know.

Best regards,
Stefania


If you reply to this email, your message will be added to the discussion below:
http://quantlib.10058.n7.nabble.com/QuantLib-1-7-and-QuantLib-Python-cannot-complete-the-installation-tp17485p17489.html
To unsubscribe from QuantLib 1.7 and QuantLib-Python: cannot complete the installation, click here.
NAML



View this message in context: Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation
Sent from the quantlib-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation

Luigi Ballabio
libQuantLib.la is ok, but it's just a stub referring to the actual library file which should be in the same place. How did you build QuantLib?

Luigi


On Tue, May 31, 2016 at 8:31 PM <[hidden email]> wrote:


Sent from my BlackBerry 10 smartphone.
From: Luigi Ballabio
Sent: Tuesday 31 May 2016 14:18
To: StefIT; [hidden email]
Subject: Re: [Quantlib-users] QuantLib 1.7 and QuantLib-Python: cannot complete the installation

You'll need to find out where you installed the QuantLib C++ library, libQuantLib.so . On Linux systems, it would be in /usr/local/lib; there's a chance that the location is the same on your Mac, too.  Once you have found the library, you need to add its location to the dynamic linker path DYLD_LIBRARY_PATH; see for instance <http://superuser.com/questions/282450/where-do-i-set-dyld-library-path-on-mac-os-x-and-is-it-a-good-idea>.

Luigi

On Tue, May 31, 2016 at 2:49 PM StefIT <[hidden email]> wrote:
Ok I applied steps that you suggested. I think it works. 
The I tried to import QuantLib as ql in IPython , I get this error message:

ImportError: dlopen(//anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so, 2): Symbol not found: __ZN8QuantLib10DateParser14parseFormattedERKSsS2_
  Referenced from: //anaconda/lib/python2.7/site-packages/QuantLib/_QuantLib.so
  Expected in: dynamic lookup


I apologize to bother you, but I really would be able to solve the problem.
Thank you in advance,
Stefania 
Il giorno 31 mag 2016, alle ore 13:27, StefIT [via QuantLib] <[hidden email]> ha scritto:

As I said I'm completely new in this sector (I've never worked in Terminale) but your help is essential.
Thank you Luigi, I'm going to try right know.

Best regards,
Stefania


If you reply to this email, your message will be added to the discussion below:
http://quantlib.10058.n7.nabble.com/QuantLib-1-7-and-QuantLib-Python-cannot-complete-the-installation-tp17485p17489.html
To unsubscribe from QuantLib 1.7 and QuantLib-Python: cannot complete the installation, click here.
NAML



View this message in context: Re: QuantLib 1.7 and QuantLib-Python: cannot complete the installation
Sent from the quantlib-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users