Re: SPE IDE for Python

2005-11-08 Thread Chris Spencer
py wrote:
> Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE?
> 
> Also, anyone know if it supports CVS or has a plugin for CVS?  If not,
> what do you use to get your code into CVS (via an IDE preferably)?

I used to use SPE quite frequently, until it went nearly unmaintained 
for most of late last year. I switched to the PyDev plugin for Eclipse, 
which comes with standard support for CVS (there's also an SVN plugin). 
SPE development looks to be back in full swing, which in good, since 
it's one of the best pure Python IDEs around.

Chris
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: SPE IDE for Python

2005-11-08 Thread Peter Milliken
I use Emacs - it has cvs support and the next version (available from the
GNU CVS archives) will support svn as well.

Plus you can extend Emacs (assumes it doesn't quite do all you wish already
:-)) via a python extension module where you can write your new edit
commands in Python - see pymacs for this little gem. I am not aware (not
that I have looked! So please don't bombard me! I am perfectly happy with
Emacs :-)) of any other IDE that allows editor extensions to be written in
Python...

"py" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE?
>
> Also, anyone know if it supports CVS or has a plugin for CVS?  If not,
> what do you use to get your code into CVS (via an IDE preferably)?
>


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: SPE IDE for Python

2005-11-08 Thread Brendan
SPE doesn't yet integrate with CVS, but it's in active development.
CVS support may come sooner than later.

I have been demoing Komodo which integrates with CVS, SVN and perforce.
 I've been very impressed.
http://aspn.activestate.com/ASPN/docs/Komodo/3.1/komodo-doc-scc.html

On my pc I just use the tortoiseSVN windows explorer plugin -
http://tortoisesvn.tigris.org/

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: SPE IDE for Python

2005-11-08 Thread Detlev Offenbach
py wrote:

> Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE?
> 
> Also, anyone know if it supports CVS or has a plugin for CVS?  If not,
> what do you use to get your code into CVS (via an IDE preferably)?

I use eric3 (http://www.die-offenbachs.de/detlev/eric3.html). It is an
IDE with CVS interface and much more.

Detlev

-- 
http://mail.python.org/mailman/listinfo/python-list


SPE IDE for Python

2005-11-08 Thread py
Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE?

Also, anyone know if it supports CVS or has a plugin for CVS?  If not,
what do you use to get your code into CVS (via an IDE preferably)?

-- 
http://mail.python.org/mailman/listinfo/python-list