Stringify object reference?

holger krekel pyth at devel.trillke.net
Fri Oct 11 12:59:20 EDT 2002


Alan Kennedy wrote:
> Basically, I'm looking for the python equivalent of a CORBA IOR.
> 
> Any suggestions? Or am I missing something completely obvious?

Python's id of an object 'id(obj)' won't help you at all.  There
is no mechanism for reinstantiating an object by its serialized
id.  You probably should look for CORBA-Orbs such as Fnorb or
OmniORB.  Or maybe the Zope Object DataBase (ZODB) would fit
your needs.  

A bit more context might help us to help you <wink>.

regards,

    holger




More information about the Python-list mailing list