4 Jun
2001
4 Jun
'01
11:47 p.m.
On Mon, 4 Jun 2001, James Treleaven wrote:
Hi,
I know that Zope has its own C++ binding mechanism for Python scripts,
Eh? Zope uses the standard Python C API, like any other python system with C code. We don't have our own mechanism, nor do we use C++.
but are there any complications with respect to my using Boost.Python to bind any Zope Python scripts that I write to C++ code?
You've _really_ lost me, maybe someone else knows what you mean. I don't know what you mean by 'bind' (do you mean writing python extension modules in C?), or what Boost.Python is, or what you are referring to as 'Zope Python scripts' (do you mean the python modules that come with Zope?). -Michel