Question
· 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?

Product version: Caché 2017.1
Discussion (1)1
Log in or sign up to continue

I resolved this issue. The intersys.pythonbind3 import on Windows references the dir "C:\Users\<user name>\AppData\Local\Programs\Python\Python37\Lib\site-packages\pythonbind3-1.0-py3.7-win-amd64.egg\intersys". I found that I can copy the contents of that dir to another windows server which allows the process to execute on a remote server even if cache is not installed on that remote server