Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'python.': 0.04; 'context': 0.04; 'ide': 0.05; 'subject:Python': 0.06; 'eclipse': 0.09; 'am,': 0.12; 'install.': 0.16; 'pydev': 0.16; 'skip:a 80': 0.16; 'subject:IDE': 0.16; 'suggestions?': 0.16; 'url:pydev': 0.16; '\xa0this': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'cheers,': 0.18; 'occurred': 0.18; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'produces': 0.23; 'aug': 0.24; "i'm": 0.27; 'skip:[ 10': 0.27; 'problem': 0.28; 'installing': 0.29; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'setup,': 0.30; 'error': 0.32; "can't": 0.33; 'subject:/': 0.34; 'file': 0.36; 'fri,': 0.36; 'another': 0.37; 'using': 0.37; 'install': 0.37; 'received:google.com': 0.38; 'url:org': 0.38; 'subject:: ': 0.39; 'suggestions': 0.39; 'getting': 0.39; 'option': 0.39; 'received:74.125': 0.39; 'projects': 0.63; 'sites': 0.65; '26,': 0.67; 'engine': 0.71; 'studio': 0.71; 'skip:1 20': 0.82; '(see:': 0.84; '11:18': 0.84; '-->': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=1u7Z4lH+PSFPyNPfX5oKbfuGRncMBN2sy4Zy4Us2XhE=; b=jL1oDufh7KTtIqCaUdyXdsZajVa9jZnj5weIHXs6eTpppB8YSw0zElnLDHcLZluU9j gDWWnNbaP45EPyRbxYeVpoRXIH62mN8HaINogmFRKTjN/D45UbOjl6Kf4JfR5Y1/qOKp ggMWNJLcFWQ5ExFqA6f2hVNH6wlA8Pb6jaMbM= MIME-Version: 1.0 In-Reply-To: References: From: Fabio Zadrozny Date: Tue, 30 Aug 2011 20:44:43 -0300 Subject: Re: Python IDE/Eclipse To: Dave Boland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314747911 news.xs4all.nl 2536 [2001:888:2000:d::a6]:55813 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12456 On Fri, Aug 26, 2011 at 11:18 AM, Dave Boland wrote: > I'm looking for a good IDE -- easy to setup, easy to use -- for Python. = =A0Any > suggestions? > > I use Eclipse for other projects and have no problem with using it for > Python, except that I can't get PyDev to install. =A0It takes forever, th= en > produces an error that makes no sense. > > An error occurred while installing the items > =A0session context was:(profile=3DPlatformProfile, > phase=3Dorg.eclipse.equinox.internal.provisional.p2.engine.phases.Install= , > operand=3Dnull --> [R]org.eclipse.cvs 1.0.400.v201002111343, > action=3Dorg.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.Insta= llBundleAction). > =A0Cannot connect to keystore. > =A0This trust engine is read only. > =A0The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v20100211134= 3 was > not found. > > > Any suggestions on getting this to work? In the install dialog, uncheck the 'contact all update sites during install to find required software'. Another option would be getting Aptana Studio 3, which has PyDev preinstalled (see: http://pydev.org/download.html ) Cheers, Fabio