[C++-sig] Is there a good Python C/C++ IDE?

Scott Kaplan pythondeveloper at gmail.com
Mon Aug 15 17:15:21 CEST 2005


Jonathan, I think that this is exactly what I was looking for.  Thanks.

On 8/12/05, Jonathan Brandmeyer <jbrandmeyer at earthlink.net> wrote:
> On Thu, 2005-08-11 at 13:49 -0400, Scott Kaplan wrote:
> > Being new to Python, I was wondering if anyone knows of a good IDE
> > that would let me develop Python and add extensions in C/C++, with the
> > capability of debugging those extensions.
> >
> > This will be on a Mac.
> 
> I use Eclipse with the PyDev and CDT extensions for C, C++, and Python
> code editing and browsing, and use Scons for the build driver.  I
> haven't managed to get the cdt's gdb plugin to work with a Python
> extension module, but otherwise it has worked well for me.  The best
> part is that the combination has the advantage of working on Linux, OSX,
> and Windows, (and others) so you get to use basically the same toolset
> on all three platforms.
> 
> HTH,
> -Jonathan
> 
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig
>



More information about the Cplusplus-sig mailing list