C:> cd \pycxx-6.2.0
C:\pycxx-6.2.0> python setup.py install
C:> cd \pycxx-6.2.0
C:\pycxx-6.2.0> python setup_makefile.py win32 win32.mak
C:\pycxx-6.2.0> nmake -f win32.mak clean test
Note: distutils is not available for Python 1.5.2
# cd ~\pycxx-6.2.0
# python setup.py install
# cd ~\pycxx-6.2.0\Demo\Python2
# python setup_makefile.py linux linux.mak
# make -f linux.mak clean test
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