enthought / pyql

Cython QuantLib wrappers
Other
978 stars 193 forks source link

def file generation #187

Open aforgio opened 7 years ago

aforgio commented 7 years ago

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

happynothing commented 7 years ago

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!

yunjianyang commented 6 years ago

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