Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8751105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:58:58+00:00 2026-06-13T12:58:58+00:00

I installed PyDev in Eclipse on my Mac. Whenever I am writing code, it

  • 0

I installed PyDev in Eclipse on my Mac. Whenever I am writing code, it has only a few suggestions and is seemingly incomplete. For example, whenever I type ‘r’, it only suggests “raise()” and “return()”. However, all of the other functions that I would expect for it to suggest still execute at runtime.

This is the error:

Error connecting to python process.
– the process in NOT ALIVE anymore (output=0) –
ProcessInfo:

  • Executed: /usr/bin/python -u
    /Users//Downloads/eclipse
    2/plugins/org.python.pydev_2.6.0.2012062818
    /pysrc/pycompletionserver.py 52958 52957

  • Environment:
    APP_ICON_2099=../Resources/Eclipse.icns
    Apple_PubSub_Socket_Render=/tmp/launch-
    4HHiSZ/Render
    COMMAND_MODE=unix2003
    DISPLAY=/tmp/launch-hu6CLm/org.x:0
    HOME=/Users/
    JAVA_STARTED_ON_FIRST_THREAD_2099=1
    LOGNAME=
    PATH=/usr/bin:/bin:/usr/sbin:/sbin
    PYTHONPATH=/Users//Downloads/ecli
    pse 2/plugins/org.python.pydev_2.6.0.2012062818
    /pysrc/pydev_sitecustomize:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python26.zip:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python2.6:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python2.6/plat-darwin:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python2.6/plat-mac:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python2.6/plat-mac/lib-
    scriptpackages:/System/Library/Frameworks/Python.
    framework/Versions/2.6/Extras/lib/python:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python2.6/lib-tk:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python2.6/lib-old:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python2.6/lib-dynload:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/Extras/lib/python/PyObjC:
    /System/Library/Frameworks/Python.
    framework/Versions/2.6/Extras/lib/python/wx-2.8-
    mac-unicode
    SHELL=/bin/bash
    SSH_AUTH_SOCK=/tmp/launch-phfnZP/Listeners
    TMPDIR=/var/folders/Kr/Krv2afoAFMa79AvxnI73IE++
    +TI/-Tmp-/
    USER=
    __CF_USER_TEXT_ENCODING=0x1F5:0:0
    com.apple.java.jvmTask=JNI

  • Working Dir:
    /Users//Downloads/eclipse
    2/plugins/org.python.pydev_2.6.0.2012062818/pysrc

  • OS:
    Mac OS X

  • Std output:
    pycompletionserver will start
    pycompletionserver creating socket
    pycompletionserver received error: Traceback (most recent call last):
    File “/Users//Downloads/eclipse
    2/plugins/org.python.pydev_2.6.0.2012062818
    /pysrc/pycompletionserver.py”, line 261, in run
    s.bind((HOST, self.thisPort))
    File “”, line 1, in bind
    gaierror: [Errno 8] nodename nor servname provided,
    or not known

  • Err output:
    Error connecting with parameters: host: localhost
    port: 52957
    Exception in thread Thread-1:
    Traceback (most recent call last):
    File “/System/Library/Frameworks/Python.
    framework/Versions/2.6/lib/python2.6/threading.py”,
    line 522, in __bootstrap_inner
    self.run()
    File “/Users//Downloads/eclipse
    2/plugins/org.python.pydev_2.6.0.2012062818
    /pysrc/pycompletionserver.py”, line 261, in run
    s.bind((HOST, self.thisPort))
    File “”, line 1, in bind
    gaierror: [Errno 8] nodename nor servname provided,
    or not known

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T12:58:59+00:00Added an answer on June 13, 2026 at 12:58 pm

    i solved my Problem (was nearly the same):

    i had

    127.0.0.1 localhost

    ::1 localhost

    written in my “hosts”-file:

    HOW TO SOLVE:

    1. open Terminal
    2. sudo nano /etc/hosts
    3. enter password
    4. find both entries and comment them out with a “#” for example:

      #127.0.0.1 localhost
      #::1 localhost
    5. CTRL+X
    6. Y (on european Keyboard Z=Y)
    7. ENTER

    => Solved

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've just installed Eclipse and the Pydev plug-in on my Mac (OS X 10.6.6)
I've installed and configured PyDev version 1.6.5.2011020317 inside Eclipse, running on Mac OS X
I've installed pydev to my eclipse 3.5.2. Everything was working smoothly, create projects, execute,
I installed Eclipse and PyDev and I'm wondering if I have to setup anything
I installed eclipse with pydev plugin. I need to run my existing project on
It seems like my Eclipse PyDev does not recognize that Twisted is installed on
I just made a fresh copy of eclipse and installed pydev. In my first
I installed Eclipse for C/C++ Developers. After installing it I also installed PyDev. I
I am having trouble getting PyDev on Eclipse to recognize installed modules ( gensim
I am now moving to eclipse for my python development. I have pydev installed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.