On Jul 22, 2012, at 4:20 AM, Harkirat Singh <[email protected]> wrote:
> My target system uses python2.4.4. > I have even tried swig, but it seems there isnt full support for python2.4. > It uses some python c++ API not supported in > python2.4.4. My advice would be to update your Python version. Quite aside from the mere age of Python 2.4, many useful features have been added to the language since then - perhaps most notably in Python 2.5. But why not use 2.7? _______________________________________________ Cplusplus-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/cplusplus-sig
