Error connecting to python process during code completeion
Brought to you by:
fabioz
System = Windows 7 Pro
Eclipse Version = 3.7.1
PyDev Version = 2.2.2
Eclipse Location = (Tested on both desktop and C:\Program Files)
Project location (C:\AutoTests\)
I noticed that when I start hitting ctrl + space, in task manager, I'm seeing the process python.exe but after few seconds its disappearing.
I disabled my antivirus and virus and it seems not working.
See attached for logs.
Error Log
Strange, it seems it cannot create a connection to localhost... Can you check if your hosts file is correct? (i.e.: maybe localhost is not mapping to 127.0.0.1)?
Maybe you have only ipv6 enabled (and not ipv4)?
HI Fabioz,
My host file is correct (172.0.0.1 localhost).
Do you have any ideas or encounter this issue?
Case closed.
Do we really have to map the local host to 127.0.01??
I commented it out and its working. LOL
thanks!