diff --git a/py_cpp.html b/py_cpp.html index 6de92e5e..3427e130 100644 --- a/py_cpp.html +++ b/py_cpp.html @@ -17,15 +17,16 @@ should simply "reflect" your C++ classes and functions into Python.
- The source code for py_cpp, including a MSVC demo project is available - here. It has been tested against Python - 1.5.2 with GCC 2.95.2, Metrowerks CodeWarrior Pro6 and with Microsoft - Visual C++ 6 sp4 using both the - STLport standard library implementation and the library - implementation which ships with the compiler. It has also been tested - against Python 2.0c1 with MSVC++ 6sp4 by Alex Martelli. - Py_cpp requires the Boost libraries, - and is currently under formal review on here. It has been tested against Python + 1.5.2 with GCC 2.95.2 and Microsoft Visual C++ 6 sp4 using both the STLport standard library implementation + and the library implementation which ships with the compiler. It + has also been tested against Python 2.0c1 with MSVC++ 6sp4 by Alex + Martelli. It will work with the next release of Metrowerks CodeWarrior + Pro6 (the first release has a bug that's fatal to py_cpp_). Py_cpp + requires the Boost libraries, and is + currently under formal review on the boost mailing list for acceptance into boost.
@@ -53,11 +54,15 @@ Overridable Virtual Functions
More sophisticated examples, including examples which demonstrate that these ExtensionClasses support some of Python's "special" member @@ -90,22 +95,31 @@