Hi,
I am trying to compile QuantlibXL on a new laptop and I am getting the following error:
1>------ Build started: Project: qlgensrc, Configuration: All Win32 ------
1>Build started 13/06/2013 11:47:33.
1>Build:
1>
1> Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> ..\..\gensrc\gensrc.py -a --oh_dir=..\..\ObjectHandler
1> File "C:\Users\Grzes\Documents\quantlib\gensrc\gensrc.py", line 51
1> print USAGE_ERROR % { 'scriptName' : sys.argv[0] }
1> ^
1> SyntaxError: invalid syntax
1>NMAKE : fatal error U1077: '..\..\gensrc\gensrc.py' : return code '0x1'
1> Stop.
Any ideas? Unfortunately I don't know python well enough myself...