Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #12456

Re: Python IDE/Eclipse

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 <fabiofz@gmail.com>
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 <j389uu$r8c$1@speranza.aioe.org>
References <j389uu$r8c$1@speranza.aioe.org>
From Fabio Zadrozny <fabiofz@gmail.com>
Date Tue, 30 Aug 2011 20:44:43 -0300
Subject Re: Python IDE/Eclipse
To Dave Boland <dboland9@fastmail.fm>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.590.1314747911.27778.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Fri, Aug 26, 2011 at 11:18 AM, Dave Boland <dboland9@fastmail.fm> wrote:
> I'm looking for a good IDE -- easy to setup, easy to use -- for Python.  Any
> 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.  It takes forever, then
> produces an error that makes no sense.
>
> An error occurred while installing the items
>  session context was:(profile=PlatformProfile,
> phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install,
> operand=null --> [R]org.eclipse.cvs 1.0.400.v201002111343,
> action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
>  Cannot connect to keystore.
>  This trust engine is read only.
>  The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python IDE/Eclipse Dave Boland <dboland9@fastmail.fm> - 2011-08-26 10:18 -0400
  Re: Python IDE/Eclipse Zach Dziura <zcdziura@gmail.com> - 2011-08-26 08:17 -0700
  Re: Python IDE/Eclipse Moises Alberto Lindo Gutarra <mlindo@gmail.com> - 2011-08-26 10:36 -0500
  Re: Python IDE/Eclipse smackay@flagstonesoftware.com - 2011-08-26 17:00 +0100
  Re: Python IDE/Eclipse Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-08-26 18:37 +0200
  Re: Python IDE/Eclipse UncleLaz <andrei.lisnic@gmail.com> - 2011-08-27 01:34 -0700
    Re: Python IDE/Eclipse flebber <flebber.crue@gmail.com> - 2011-08-28 00:56 -0700
      Re: Python IDE/Eclipse Alec Taylor <alec.taylor6@gmail.com> - 2011-08-28 22:53 +1000
  Re: Python IDE/Eclipse Fabio Zadrozny <fabiofz@gmail.com> - 2011-08-30 20:44 -0300

csiph-web