[Zope] Python script URL

Brian Sullivan brians@meetingbywire.com
Thu, 6 Dec 2001 11:28:48 -0500


I have been playing around with existing Python scripts and have found
that I need to determine the URL of the script itself. Actually what I
need is the equivalent of the URLx construct for the http Request object
that works with for the URL of the script.

My experience with Python is limited so I am probably missing something
obvious -- can anybody provide a clue as to where I should start?