C:> cd \pycxx-6.2.4
C:\pycxx-6.2.4> python setup.py install
C:> cd \pycxx-6.2.4
C:\pycxx-6.2.4> python setup_makefile.py win32 win32.mak
C:\pycxx-6.2.4> nmake -f win32.mak clean test
Note: distutils is not available for Python 1.5.2
# cd ~\pycxx-6.2.4
# python setup.py install
# cd ~\pycxx-6.2.4\Demo\Python2
# python setup_makefile.py linux linux.mak
# make -f linux.mak clean test
Fix memory leak in string encode and decode functions
Fix indirect python loading on windows - Bool_type was missing
Fix problem compiling against Python 3.1.3
Fix problems with new style classes
Replace all example makefile and project files with setup_makefile.py script.
Add APIs to make calling python functions easier. See TupleN(), callOnSelf(), self()
Supports Python 3 starting at Python 3.1 and Python 2
Code clean up to fix compiler warnings reported by gcc 4.2.1 on Mac OS X when building for Python 3.
Support Python 3 and Python 2