Infineon / BlockchainSecurity2Go-Python-Library

Python library for the Blockchain Security 2Go starter kit
https://infineon.com/blockchain
MIT License
16 stars 8 forks source link

Old PyPI release #23

Closed DhruvKhemani closed 4 years ago

DhruvKhemani commented 4 years ago

Hey, would it be possible to release a new blocksec2go version to PyPI? The version out of PyPI is 1.1 even though the repo is on 1.2. The observer example included in the repo doesn't work with the current PyPI version. Thanks!

WaltherPachler commented 4 years ago

True that:

Traceback (most recent call last): File "praesidium.py", line 18, in from blocksec2go.comm import observer ImportError: cannot import name 'observer' from 'blocksec2go.comm' (C:\Users\Pachler\AppData\Local\Continuum\anaconda3\lib\site-packages\blocksec2go\comm__init__.py)

we will update! :)

DhruvKhemani commented 4 years ago

Thank you for updating blocksec2go on PyPI!