[Zope] Get absolute_url of object with id that contains a dot in Script (Python)

Eric Walstad eric@walstads.net
Fri, 09 Aug 2002 10:22:08 -0700


Hi all,

How can I reference an object whos id contains a dot.
I need to do this in a Python Script.

e.g., in Script (Python):
url = container.index.html.absolute_url()
---------------------^
That dot causes problems for me

I didn't find the answer in the archives, so I'm asking here.

Thanks,

Eric.