On Apr 22, 5:07 am, Martin Drautzburg <[EMAIL PROTECTED]> wrote: > > <__main__.Foo instance at 0xb7cfb6ac> > > But how can I look up the real object, > when I only have this string? >
You can't because that identifies the instance with an address, and pointers are not part of the python language. -- http://mail.python.org/mailman/listinfo/python-list