X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 Path: csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!news.muarf.org!news.roellig-ltd.de!open-news-network.org!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'subject:Getting': 0.09; 'subject:Help': 0.10; 'python': 0.10; 'eclipse': 0.16; 'jerry': 0.16; 'subject:Add': 0.16; 'url:pydev': 0.16; 'wrote:': 0.16; 'looked': 0.16; 'steve': 0.18; '2015': 0.20; 'header:In-Reply-To:1': 0.24; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'this.': 0.28; 'getting': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'someone': 0.38; 'subject:the': 0.39; "didn't": 0.39; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'subject:Need': 0.61; 'subject:. ': 0.67; 'jul': 0.72; 'add-on': 0.84; 'add-on.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vWphlOivv5RdApjvECcCH4H7W4OjE8RKkjMenK2FCz8=; b=NC7T1UPcEtL40QorN173OOL78/AJStQcIJZgUKFTwdcKMlQrYWh9LDtc/KLq5uipEb fKazlcveuz/nqZMB3zYRsawaYvXgLYAKepWZ9WtNYCTVZf5R4Mch3fSuKco/2VqtOHzK dgY4kcGkUipR6NgxLUQVTciQI1xtgTaoy/arRDKo73/aEDcDsoyMln0zKqTf5UwaLJR+ HnhMuADMawxaGGXjlw7zF6LdHDqydEhUnfIwPC+WkWxGWIeUMnOnpIBcUZW1yKFgIMi/ UvIYBp22+jZKqMs+2bDWVvThCRL1zDF3o5Z8+q/knvATr4jF0/H+7wFGYXNMop1bJUaT bJew== MIME-Version: 1.0 X-Received: by 10.182.204.38 with SMTP id kv6mr14921431obc.70.1437157973012; Fri, 17 Jul 2015 11:32:53 -0700 (PDT) In-Reply-To: <85c5ffbc-419a-4b5d-b432-d9391c598b4a@googlegroups.com> References: <85c5ffbc-419a-4b5d-b432-d9391c598b4a@googlegroups.com> Date: Fri, 17 Jul 2015 14:32:52 -0400 Subject: Re: Need Help w. Getting the Eclipse Python Add-On. From: Jerry Hill To: "python-list (General)" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437157975 news.xs4all.nl 2854 [2001:888:2000:d::a6]:36825 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94022 On Fri, Jul 17, 2015 at 2:22 PM, Steve Burrus wrote: > I Need immediate Help w. Getting the Eclipse Python Add-On. I looked all around the Eclipse website to try to get this but didn't see the add-on for this. Can someone please help me to find it? Thanx. I think you're looking for PyDev: http://www.pydev.org/ -- Jerry