On Apr 15, 6:33 am, "[email protected]"
wrote:
> Hello all,
> I have a situation where I need to call functions present in
> a different script whose hierarchy is something like below:
>
> C:\Pythonlib\uitl\script1.py {Place where my functions definitions are
> present}
>
> C:\Scri
I think taking a look at
sys.path.append()
might help.
Esmail
[email protected] wrote:
Hello all,
I have a situation where I need to call functions present in
a different script whose hierarchy is something like below:
C:\Pythonlib\uitl\script1.py {Place where my functions
On Apr 15, 9:33 pm, "[email protected]"
wrote:
> Hello all,
> I have a situation where I need to call functions present in
> a different script whose hierarchy is something like below:
>
> C:\Pythonlib\uitl\script1.py {Place where my functions definitions are
> present}
>
> C:\Scri