Is there a way to get python to read modules from a network?
We have many machines and it would be a too much effort to update each machine manually each time I cha
sys.path.append(r'\\network\path') import module