intersystems python client
Hello,
We are connecting to our client's Intersys database with python3.8 on our Ubuntu 20.04.2 LTS, we are having trouble gettin the intersys.pythonbind module to work.
We are able to install the intersystems_irispython-3.2.0-py3-none-any.whl but, when we try to run the code we always get:
Traceback (most recent call last):
File "./get_well_life.py", line 4, in <module>
import intersys.pythonbind
ModuleNotFoundError: No module named 'intersys'
Please could you tell us what may be going wrong?
Please also feel free to ask for any additional infomation.
Thanks and regards!
Product version: IRIS 2021.1
$ZV: NA
Hello Alexander,
If you are trying to connect to an IRIS instance, you might want to import the irisnative module
You can find an example here:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
I hope it helps.
Asaf