I keep a 32bit python26 installation on a shared drive which other computers use to run scripts. These computers have no python interpreter installed.
I tried to put a 64bit python27 on the shared drive and the python.exe fails to start on the remote computers:

All the remote pc’s run 64bit Windows 7. They have a mapped drive “Z” with the python directory and issue commands like:
z:\python27\python.exe somescript.py
Do I need to drop some extra dll’s on the 64bit python27 shared directory to make it work?
Just to close this question. You will need to put
python27.dllon the shared python folder. This is usually on theC:\Windows\System32folder of a local installation.