Re: Problem with gensrc
Posted by
Bojan Nikolic on
URL: http://quantlib.414.s1.nabble.com/Problem-with-gensrc-tp7368p7369.html
Hi Nicolai,
Yes, your problem is related to python, specifically to python version
3.0. The reason is that python is intentionally *not compatible*
between versions 2.x and 3.x.
For the case of the error message you have, you are tripped up by the
change in the "print" functionality: in 2.x print is a statement, in
3.x it is a function.
You need to install python 2.x or, if you are ambitious, try running
an automatic converter that changes 2.x code into 3.x code.
Best,
Bojan
--
Bojan Nikolic ||
http://www.bnikolic.co.uk------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users