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


Groups > comp.lang.python > #12217 > unrolled thread

Python IDE/Eclipse

Started byDave Boland <dboland9@fastmail.fm>
First post2011-08-26 10:18 -0400
Last post2011-08-30 20:44 -0300
Articles 9 — 9 participants

Back to article view | Back to comp.lang.python


Contents

  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

#12217 — Python IDE/Eclipse

FromDave Boland <dboland9@fastmail.fm>
Date2011-08-26 10:18 -0400
SubjectPython IDE/Eclipse
Message-ID<j389uu$r8c$1@speranza.aioe.org>
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?

Thanks,
Dave

[toc] | [next] | [standalone]


#12219

FromZach Dziura <zcdziura@gmail.com>
Date2011-08-26 08:17 -0700
Message-ID<35acafee-2e39-4734-a270-2294d69e6a55@glegroupsg2000goo.googlegroups.com>
In reply to#12217
I've honestly always used either PyDev or IDLE. However, Python is pretty easy to usd without a big IDE slowing you down, so you could also use a developer's text editor like Notepad++ or gedit and still be good.

[toc] | [prev] | [next] | [standalone]


#12223

FromMoises Alberto Lindo Gutarra <mlindo@gmail.com>
Date2011-08-26 10:36 -0500
Message-ID<mailman.444.1314372998.27778.python-list@python.org>
In reply to#12217
I like Aptana Studio
http://www.aptana.com/products/studio3

2011/8/26 Dave Boland <dboland9@fastmail.fm>:
> 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?
>
> Thanks,
> Dave
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
Atte.
Moisés Alberto Lindo Gutarra
Asesor - Desarrollador Java / Open Source
Linux Registered User #431131 - http://counter.li.org/
Cel: (511) 995081720 - Rpm: *548913
EMail: mlindo@gmail.com
MSN: mlindo@tumisolutions.com

[toc] | [prev] | [next] | [standalone]


#12233

Fromsmackay@flagstonesoftware.com
Date2011-08-26 17:00 +0100
Message-ID<mailman.448.1314375457.27778.python-list@python.org>
In reply to#12217
You can get a lot done, if not everything, with a simple editor  
however for me an IDE is awesome for digging around in the django  
internals to see how it all works.

I used PyDev initially then onto emacs but finally I settled on  
PyCharm - it's just like PyDev except that everything works.

Stuart

> I like Aptana Studio
> http://www.aptana.com/products/studio3
>
> 2011/8/26 Dave Boland <dboland9@fastmail.fm>:
>> 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?
>>
>> Thanks,
>> Dave
>> --
>> http://mail.python.org/mailman/listinfo/python-list
>>
>
>
>
> --
> Atte.
> Moisés Alberto Lindo Gutarra
> Asesor - Desarrollador Java / Open Source
> Linux Registered User #431131 - http://counter.li.org/
> Cel: (511) 995081720 - Rpm: *548913
> EMail: mlindo@gmail.com
> MSN: mlindo@tumisolutions.com
> --
> http://mail.python.org/mailman/listinfo/python-list
>

[toc] | [prev] | [next] | [standalone]


#12235

FromThomas 'PointedEars' Lahn <PointedEars@web.de>
Date2011-08-26 18:37 +0200
Message-ID<4258793.v1tGDxx7uL@PointedEars.de>
In reply to#12217
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.

[toc] | [prev] | [next] | [standalone]


#12255

FromUncleLaz <andrei.lisnic@gmail.com>
Date2011-08-27 01:34 -0700
Message-ID<c0c74703-4ac4-436b-b375-fc782922bb5f@s7g2000yqk.googlegroups.com>
In reply to#12217
On Aug 26, 5:18 pm, Dave Boland <dbola...@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.InstallBu ndleAction).
>    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?
>
> Thanks,
> Dave

I use Aptana Studio 3, it's pretty good and it's based on eclipse

[toc] | [prev] | [next] | [standalone]


#12334

Fromflebber <flebber.crue@gmail.com>
Date2011-08-28 00:56 -0700
Message-ID<614812b3-001c-46f3-adc4-4a9170197d11@u6g2000prc.googlegroups.com>
In reply to#12255
On Aug 27, 6:34 pm, UncleLaz <andrei.lis...@gmail.com> wrote:
> On Aug 26, 5:18 pm, Dave Boland <dbola...@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.InstallBu ndleAction).
> >    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?
>
> > Thanks,
> > Dave
>
> I use Aptana Studio 3, it's pretty good and it's based on eclipse

Emacs with emacs-for-python makes the install and setup a breeze and
emacs does a lot for you without much learning.
http://gabrielelanaro.github.com/emacs-for-python/

geany is great I use it the most.
http://www.geany.org/

Finally this is a fairly new project, but it could be pretty good.
they are heavy in development of version 2. Ninja ide
http://ninja-ide.org/
they provide packages for Debian/ubuntu fedora mandriva & windows and
the developers are very helpful if you have any issues or questions
jump on IRC for a chat.

Sayth

[toc] | [prev] | [next] | [standalone]


#12339

FromAlec Taylor <alec.taylor6@gmail.com>
Date2011-08-28 22:53 +1000
Message-ID<mailman.504.1314536012.27778.python-list@python.org>
In reply to#12334
Editra

On Sun, Aug 28, 2011 at 5:56 PM, flebber <flebber.crue@gmail.com> wrote:
> On Aug 27, 6:34 pm, UncleLaz <andrei.lis...@gmail.com> wrote:
>> On Aug 26, 5:18 pm, Dave Boland <dbola...@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.InstallBu ndleAction).
>> >    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?
>>
>> > Thanks,
>> > Dave
>>
>> I use Aptana Studio 3, it's pretty good and it's based on eclipse
>
> Emacs with emacs-for-python makes the install and setup a breeze and
> emacs does a lot for you without much learning.
> http://gabrielelanaro.github.com/emacs-for-python/
>
> geany is great I use it the most.
> http://www.geany.org/
>
> Finally this is a fairly new project, but it could be pretty good.
> they are heavy in development of version 2. Ninja ide
> http://ninja-ide.org/
> they provide packages for Debian/ubuntu fedora mandriva & windows and
> the developers are very helpful if you have any issues or questions
> jump on IRC for a chat.
>
> Sayth
> --
> http://mail.python.org/mailman/listinfo/python-list
>

[toc] | [prev] | [next] | [standalone]


#12456

FromFabio Zadrozny <fabiofz@gmail.com>
Date2011-08-30 20:44 -0300
Message-ID<mailman.590.1314747911.27778.python-list@python.org>
In reply to#12217
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web