Python Forum
Run interpreter from Network?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run interpreter from Network?
#1
Good day, let me first apologize for any incorrect terminology below. I'm neither a python user nor a network engineer. I hope there is enough detail in my query, but if not, I'm happy to answer whatever questions I can.

I am currently working on a project that is a hybrid between VBA, SQL, and Python. It was originally written entirely in VBA and SQL, but I was hoping to take advantage of some python libraries to help with some of the heavy lifting (that is, serve as the engine component of the end to end we're building).

The handshakes between the two sides are largely worked out, but I'm fearing a bit of an implementation problem and am hopeful there is a reasonable solution. With users in various locations with different versions of python installed (or, like myself, none at all) and the complexities involved in getting compatible versions running across so many PC's, I'd like to explore the possibility of installing python and the required libraries on a network drive, but I'm getting various responses from my teammates.

Everybody involved has a PC with Windows 10, and the same version of Excel (2016, 64 bit). We all have access to the same network drives, and I can pass the path to the executable and arguments from VBA to launch the python script. Since the network drives are on the same domain, there is no issue with firewalls. We do not anticipate multiple people running the scripts simultaneously, if that makes a difference.

So - is it possible to install some version of python and the required libraries to a shared network drive/repository, and have it run as it would on an individual PC?

Thanks for any feedback!
Reply


Messages In This Thread
Run interpreter from Network? - by JP_ROMANO - Nov-13-2018, 05:32 PM
RE: Run interpreter from Network? - by micseydel - Nov-13-2018, 07:10 PM
RE: Run interpreter from Network? - by JP_ROMANO - Nov-13-2018, 07:53 PM
RE: Run interpreter from Network? - by wavic - Nov-14-2018, 02:50 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020