I want to execute abc python script from xyz
python script by giving the absolute path of the abc
in xyz
. eg. if I do
import main
main.someFunction
it gets executed but at the same place if I do
"D/karan/workspace/python/main".someFunction
it does not work.. Please suggest me what to do. Any help is appreciated. Thanks