import inspect import os module_path = inspect.getfile(inspect.currentframe()) module_dir = os.path.realpath(os.path.dirname(module_path)) os.chdir(module_dir)