Hi, I know that Zope has its own C++ binding mechanism for Python scripts, but are there any complications with respect to my using Boost.Python to bind any Zope Python scripts that I write to C++ code? cheers, James
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
[...James Treleaven]
but are there any complications with respect to my using Boost.Python to bind any Zope Python scripts that I write to C++ code?
[Michel] 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?). [Albert] I don't know the answers to James' questions but here's the links for Boost Python: http://www.boost.org/libs/python/doc/index.html and comparison with Zope Extension Classes and other approaches: http://www.boost.org/libs/python/doc/comparisons.html Looks very interesting. Check it out.
participants (3)
-
Albert Langer -
James Treleaven -
Michel Pelletier