question

Upvotes
Accepted
16 0 1 1

A client is installing DSWS to use in Jupyter. He already has wincertstore installed but is getting the error message: AttributeError: module 'wincertstore' has no attribute 'CertFile'. Please can you advise?

A client is installing DSWS to use in Jupyter with Python. He already has wincertstore installed but is getting the error message: AttributeError: module 'wincertstore' has no attribute 'CertFile'. Please can you advise?

#technologydsws-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.

Hi @Alison Quick1 ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

@Alison Quick1

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

Upvotes
Accepted
79.2k 251 52 74

@Alison Quick1

Thank you for reaching out to us.

You can try the following code:

import wincertstore
print(wincertstore.__file__)
wincertstore.CertFile()

Then, run the pip list on the command prompt to check the version of DatastreamPy and wincertstore.

C:\Users\>pip list
Package                       Version
----------------------------- ----------
absl-py                       1.4.0
altair                        4.1.0
anyio                         3.3.4
...
DatastreamPy                  1.0.12
...
wincertstore                  0.2
...

Moever, please check the version of Python that the client is using.

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
16 0 1 1

Thank you very much for your help @Jirapongse. Are you suggesting that the client has the wrong version of wincertstore?

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.

BTW he is using python 3.7 :)


@Alison Quick1

Yes, we need to check the version of wincertstore used by the client.

Upvotes
16 0 1 1

Hi @Jirapongse, Thanks for your help here. I have been waiting to hear back from the user. He has confirmed that he has been unable to resolve this but is extremely busy and will be able to investigate further in a couple of weeks.


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.