-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Hi,
When I run following code , I get an error.
import pandas as pd
import tia.bbg.datamgr as dm
File "C:\Users\raj.sharan\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3296, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from tia.bbg import LocalTerminal
File "C:\Users\raj.sharan\AppData\Local\Continuum\anaconda3\lib\site-packages\tia\bbg_init_.py", line 1, in
from tia.bbg.v3api import *
File "C:\Users\raj.sharan\AppData\Local\Continuum\anaconda3\lib\site-packages\tia\bbg\v3api.py", line 186
print 'unhandled event: %s' % evt.EventType
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('unhandled event: %s' % evt.EventType)?
I am not sure , whether I have been able to reference to local Bloomberg terminal.
Regards,
RS