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?