[Zope] Object as members

Michel Pelletier michel@digicool.com
Sun, 27 Feb 2000 02:53:45 -0800


Kent,

I read your message several times and I'm afraid I don't understand it.

Sin Hang Kin wrote:
> 
> Some times ago, I ask about adding objects as members. However, it got no
> answer. I went on searching other packages. I found Xen contains similar
> functions. However, it is distrubted as source.

Ok...  Is Xen written in C?  Just about all Python programs are
distributed as source, this is almost the nature of Python (of course,
you can just distribute the bytecode...)
 
> Can someone kindly teach me how to compile the source on my win98. I would
> like to make it with mingw32. However, the site which is list on the mail
> archive is gone. Can somebody point me the way?

This seems to imply that you are trying to compile (Xen?) with mingw32. 
I wasn't aware that Xen contained any C code, and I thought that the
mingw32 was a C complier.  I could be wrong...
 
> Moreover, in Xen the object is passed to python code with "reference" and is
> "dereference"  there. "reference" and "dereference" is defined in
> referenceAware.
> 
> I through this is a useful function for an oodb. Does the current ZODB
> contain mechanism to do this without help of outside functions?

Could you explain, in a Zope context, how you want to reference and
dereference objects?  Do you want to pass them between C and Python or
strictly in Python?

-Michel
> 
> Rgs,
> 
> Kent Sin
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )