Re: Integrating Python into a C++ app

2005-01-04 Thread Alex Martelli
Ben Sizer <[EMAIL PROTECTED]> wrote: > I know the conventional wisdom is to write the whole app in Python and > only extend with C++ where speed is an issue, but I already have a > large C++ app that I'd like to add Python to. Ideally I'd rewrite the > whole app in Python but I don't have time to

RE: Integrating Python into a C++ app

2005-01-03 Thread Axel Diener
-Original Message- From: Ben Sizer [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 2:14 AM To: python-list@python.org Subject: Integrating Python into a C++ app I know the conventional wisdom is to write the whole app in Python and only extend with C++ where speed is an issue

Integrating Python into a C++ app

2005-01-03 Thread Ben Sizer
I know the conventional wisdom is to write the whole app in Python and only extend with C++ where speed is an issue, but I already have a large C++ app that I'd like to add Python to. Ideally I'd rewrite the whole app in Python but I don't have time to do that and maintain the old system at the sam