Hello guys, i tried to use this code:
import eikon as ek
ek.set_app_id('app_id')
and then y have this error.
Traceback (most recent call last):
File "C:/Users/Usuario/Desktop/API_prueba.py", line 1, in <module>
import eikon as ek
File "C:/Users/Usuario/Desktop\eikon.py", line 3, in <module>
ek.set_app_id('xxxxx')
AttributeError: module 'eikon' has no attribute 'set_app_id'
SOMEONE HERE CAN I HELP ME PLEASE ?