Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12235
| Message-ID | <4258793.v1tGDxx7uL@PointedEars.de> (permalink) |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Organization | PointedEars Software (PES) |
| Date | 2011-08-26 18:37 +0200 |
| Subject | Re: Python IDE/Eclipse |
| Newsgroups | comp.lang.python |
| References | <j389uu$r8c$1@speranza.aioe.org> |
| Followup-To | comp.lang.python |
Followups directed to: comp.lang.python
Dave Boland wrote: > I'm looking for a good IDE -- easy to setup, easy to use -- for Python. > Any suggestions? PyDev (currently 2.2.1.2011073123, from the Aptana Studio 3.0.4 Plugin; but I can see that 2.2.2 has been released). > 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? Your Eclipse version is apparently a bit old (note the build/sign date of the requested CVS package). Although PyDev is documented to work with Eclipse 3.2 to 3.7, try a newer version (but make a backup of your workspace before). Indigo (3.7) was released on 2011-06-22 CE. The corresponding CVS package version is (perhaps with updates) 3.3.400.I20110510-0800. If you use PyDev from Aptana, you have to uninstall standalone PyDev first. I can still recommend using Aptana for Eclipse 3.7 on GNU/Linux, where it is running without problems so far. However, in Eclipse 3.7 on Windows 7, after the latest Aptana update (3.0.4), PDT collided in their Content-Type settings with Aptana PHP Editor, so I had to uninstall the Aptana plugin in order to get any PHP editor working again. -- PointedEars Bitte keine Kopien per E-Mail. / Please do not Cc: me.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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