> On 14 Dec 2019, at 16:00, Prasad Rajassekaran
> wrote:
>
> 0
>
>
> Aim:-
>
> I would want to set python path programmatic in my project. So that, all
> other directories files can be imported without any issues.
>
> Problem statement:-
>
> I used to add all the folders & sub-folders i
Prasad Rajassekaran writes:
> I would want to set python path programmatic in my project. So that, all
> other directories files can be imported without any issues.
You can extend "sys.path" programmatically to control
where Python looks for top level packages/modules (as
you apparently have alr
0
Aim:-
I would want to set python path programmatic in my project. So that, all other
directories files can be imported without any issues.
Problem statement:-
I used to add all the folders & sub-folders in environment variables under
PYTHONPATH but this has two constrains.
1, Any new fold