RE: [Zope-dev] Boost.Python

2001-06-04 Thread Albert Langer

[...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.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Boost.Python

2001-06-04 Thread Michel Pelletier

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


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )