Re: [C++-sig] Boost Python support Python Version.

2012-07-23 Thread Nat Goodspeed
On Jul 22, 2012, at 4:20 AM, Harkirat Singh 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

[C++-sig] Boost Python support Python Version.

2012-07-22 Thread Harkirat Singh
Hi all I will be extending custom libraries to python. 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. What is the status of boost python regarding this. Thanks Sam ___