import os path = os.getcwd() print path
import os path = os.path.dirname(os.path.abspath(__file__)) print path