Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After installing tia- I am still not able to connect to Bloomberg #54

Open
rajuraja19 opened this issue Jun 12, 2019 · 2 comments
Open

Comments

@rajuraja19
Copy link

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

@viphilar
Copy link

viphilar commented Jun 12, 2019 via email

@dpsugasa
Copy link

dpsugasa commented Jun 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants