C:> cd \pycxx-6.2.6
C:\pycxx-6.2.6> python setup.py install
C:> cd \pycxx-6.2.6
C:\pycxx-6.2.6> python setup_makefile.py win32 win32.mak
C:\pycxx-6.2.6> nmake -f win32.mak clean test
Note: distutils is not available for Python 1.5.2
# cd ~\pycxx-6.2.6
# python setup.py install
# cd ~\pycxx-6.2.6\Demo\Python2
# python setup_makefile.py linux linux.mak
# make -f linux.mak clean test
Fix build issue with GCC 4.2.1 on FreeBSD and Mac OS X (stop python defining isspace as a macro).
Remove support for python 3.1 (API's are unstable).
Add Python 3.3 support.
Patch from Michael Droettboom to fix compilation issues.
Patch from Michael Droettboom to add buffer interface for python3.
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