Hi,
I would like to use PyTangoArchiving in a anaconda environnement with python 3, installed on windows 10.
In my conda env, i installed from pipy:
pip install PyTangoArchiving
Following is the result of pip/conda list:
ca-certificates 2021.10.26 haa95532_2 certifi 2021.10.8 py37haa95532_0 fandango 14.8.0 pypi_0 pypi openssl 1.1.1l h2bbff1b_0 pip 21.2.4 py37haa95532_0 pytango 9.3.3 pypi_0 pypi pytangoarchiving 8.12.2 pypi_0 pypi python 3.7.11 h6244533_0 setuptools 58.0.4 py37haa95532_0 six 1.16.0 pypi_0 pypi sqlite 3.36.0 h2bbff1b_0 vc 14.2 h21ff451_1 vs2015_runtime 14.27.29016 h5e58377_2 wheel 0.37.0 pyhd3eb1b0_1 wincertstore 0.2 py37haa95532_2
When i try to import in python 3, i have the following error:
>>> import PyTangoArchiving Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\marrucho\Anaconda3\envs\test_snap_1\lib\site-packages\PyTangoArchiving\__init__.py", line 62, in <module> import fandango as fn File "C:\Users\marrucho\Anaconda3\envs\test_snap_1\lib\site-packages\fandango\__init__.py", line 59 except Exception,e: ^ SyntaxError: invalid syntax
Is this a problem from fandango ? python 3 ?
Thanks.