dexec icon indicating copy to clipboard operation
dexec copied to clipboard

running python prog on windows 10 gives No connection could be made because the target machine actively refused it.

Open gideondsouza opened this issue 7 years ago • 1 comments

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.?

gideondsouza avatar Jan 28 '18 14:01 gideondsouza

Thanks for the report @gideondsouza I'll take a look.

andystanton avatar Jan 29 '18 09:01 andystanton