vfilimonov / pydatastream

Python interface to the Refinitiv Datastream (former Thomson Reuters Datastream)
MIT License
71 stars 30 forks source link

Static request #7

Closed maximedb closed 8 years ago

maximedb commented 8 years ago

Hello,

First of all, thank you for this package.

I have a problem when trying to do a static request. For example, running this request DWE.fetch(['D:BAS','D:BASX','HN:BAS','I:BAF','BFA','@BFFAF','S:BAS'], ['ISIN', 'ISINID', 'NAME'], static=True) raises the following error: TypeError: fetch() got an unexpected keyword argument 'static'

I tried upgrading with pip install pydatastream --upgrade but it does not change the outcome.

Do you have an idea what is causing the error ?

Thank you.

maximedb commented 8 years ago

Making a copy and importing it as Datastream resolved the issue 👍 It must be related to the upgrade that did not work obviously :-)

vfilimonov commented 8 years ago

Perhaps then a "clean" install with pip uninstall pydatastream and pip install pydatastream should help?

But anyway, I confirm that your request works well for me.