Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
73 1 4 6

NameError: name 'EikonError' is not defined

Stack trace:

File "c:\...\Python36\lib\site-packages\eikon\Profile.py", line 32, in set_app_id
  get_profile().set_app_key(app_id)
File "c:\...\Python36\lib\site-packages\eikon\Profile.py", line 207, in set_app_key
  self.check_profile()
File "c:\...\Python36\lib\site-packages\eikon\Profile.py", line 322, in check_profile
  raise EikonError(-1, 'Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running.')

Python and Eikon api versions:

Python 3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 13:35:33) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import eikon
>>> eikon.__version__
'1.0.0'
eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
21 0 0 0

I think there is a regression from 0.1.13.

It is missing an import in the file Profile.py:

from .eikonError import *
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

You're right, and this regression is corrected in the next version of the library (1.1.0), which is going to be released shortly.

Upvotes
4.6k 26 7 22

@ivan.cherkasov this is the current version of the library.

Can you confirm that the terminal is running on the same machine?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
73 1 4 6

It is, but was I was logged off (accidentally) when I ran the python script and noticed this exception.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.