yassinemaaroufi / MibianLib

Python Options Pricing Library
http://code.mibian.net
260 stars 79 forks source link

print syntax error from Python 2.7 that doesn't work on Python 3.5 #6

Closed vwxyzjn closed 7 years ago

vwxyzjn commented 8 years ago

import mibian File "C:\Users\costa\Anaconda3\lib\site-packages\mibianinit.py", line 11 print 'Mibian requires scipy to work properly' ^ SyntaxError: Missing parentheses in call to 'print'

yassinemaaroufi commented 8 years ago

Hi,

Mibianlib is fixed

It was a compatibility problem with python v3

You can reinstall the library and it should work properly.

Best regards

Yassine Maaroufi

On Mar 9, 2016, at 01:24, vwxyzjn notifications@github.com wrote:

import mibian File "C:\Users\costa\Anaconda3\lib\site-packages\mibianinit.py", line 11 print 'Mibian requires scipy to work properly' ^ SyntaxError: Missing parentheses in call to 'print'

— Reply to this email directly or view it on GitHub https://github.com/yassinemaaroufi/MibianLib/issues/6.