Menu

#1394 Error connecting to python process during code completeion

open
5
2011-09-29
2011-09-27
Mjr
No

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.

Discussion

  • Mjr

    Mjr - 2011-09-27

    Error Log

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2011-09-28

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

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2011-09-28
    • status: open --> pending
     
  • Mjr

    Mjr - 2011-09-29

    HI Fabioz,

    My host file is correct (172.0.0.1 localhost).

    Do you have any ideas or encounter this issue?

     
  • Mjr

    Mjr - 2011-09-29
    • status: pending --> open
     
  • Mjr

    Mjr - 2011-09-30

    Case closed.

    Do we really have to map the local host to 127.0.01??

    I commented it out and its working. LOL

    thanks!