Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Running python process with intersys.pythonbind3 import from remote site

Question
Kevin McGinn · Mar 15, 2022

Running python process with intersys.pythonbind3 import from remote site

I have developed a process that pulls data elements from a cache instance using the tools provided with the "intersys.pythonbind3" import. This is a windows box. After validating the process, the next step is to install the process on a site (Windows) that does not have an installed version of cache and access the cache instance remotely. But, since intersys.pythonbind3 is part of the cache install, I am not sure what to do  to allow this process to function because of the missing import.

In production, I need this configuration as I do not want to install anything on the prod server but to access remotely. Is there a manner or method of installing just the bind libraries on a remote site to allow this process to function in this manner?

#Python #Caché
Product version: Caché 2017.1

Source URL:https://community.intersystems.com/post/running-python-process-intersyspythonbind3-import-remote-site