Dear all,


I installed Two applications in same PC, these two applications using import sys options my problem is i cant import Python path for Second application because in Import sys is tracking only first path in python path so how to import Second Path also using import sys

regards
mani

You can use sys.path.append() in each program to append to the PYTHONPATH if that is what you mean. It is difficult to understand what is going on without code. If this does not answer your question please post some example code or pseudo-code with an explanation of what each program is to do regarding sys.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.