On Jun 7, 8:39 am, dmitrey <[EMAIL PROTECTED]> wrote: > Hi all, > I guess this question was asked many times before, but I don't know > keywords for web search. > > Thank you in advance, D.
import os d1 = os.path.dirname(__file__) d2 = os.path.dirname(os.__file__) print d1 print d2 -- http://mail.python.org/mailman/listinfo/python-list