John Paul writes: > I want to get the actual link of a certain object in python script. What is the "link of an object"? When you mean its URL, try: "object.absolute_url()". Dieter