gialloporpora <gialloporp...@gmail.com> writes: > I would like to know how to obtain the path where script is executed > and the path where the file script is stored.
Does this help: In [16]: import os In [19]: os.getcwd() Out[19]: '/home/vince' In [21]: os.__file__ Out[21]: '/home/vince/src/pyramid_install/lib/python2.7/os.pyc' regards -- http://mail.python.org/mailman/listinfo/python-list