kshitizrimal

Results 1 comments of kshitizrimal

its the problem with the PYTHONPATH environment variable.. use this code on the file you want to run from the sub directories ``` import os, sys,inspect currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) parentdir...