So I have python1.py:
#!usr/bin/python
print("hello from python")
I dexec and the python file in the following folder, this happens :
C:\Users\user\Downloads\dexec_1.0.7_windows_amd64>dexec.exe python1.py
2018/01/28 15:24:58 Get http://127.0.0.1:2375/_ping: dial tcp 127.0.0.1:2375: connectex: No connection could be made because the target machine actively refused it.
I allowed dexec.exe through my firewall.
Is there anything i'm missing.?