Hi , I am a newbie to python. I do have two modules. Model M1 and module m2. From m2 , i need to refer m1 and m2 and m1 resides at two different locations in disk.
When I am trying to import m1 before executing m2 , of course it's saying can't find m1. How I can point my interpreter to m1's location.
Thanks J