pyql icon indicating copy to clipboard operation
pyql copied to clipboard

def file generation

Open aforgio opened this issue 8 years ago • 2 comments

Hi everybody,

I'm new in Python and in QuantLib too. I would to install PyQL on a Windows machine, so I have set up the boost using Visual Studio and I have done the first built of the QL project and I've also patched the generate_symbols.py file. Please, can someone tell me how to generate a def file (and what is it)?

Thank you very much

aforgio avatar Apr 29 '17 23:04 aforgio

I think you can't do that! because the script uses "nm" command which is only in linux. I don't know how they can pass the test!

happynothing avatar Oct 06 '17 06:10 happynothing

Exactly.... Finally I figured out there is no "nm" on windows... No idea how they pass the test...

yunjianyang avatar Dec 21 '17 16:12 yunjianyang