Hi, What about : import os.path print os.path.abspath(__file__) hg a écrit : > Hi, > > Is there an easy way for a script being executed (from anywhere) to know > where is is ... something in os.path ? > > Thanks, > > hg >