Can there be a conflict between two different version of python ?
I have a program that needs access to Python 2.6, I have a environment variable setup, so the program that needs access to a subfolder of the Python 2.6 installation is suppose to access via this environment variable;
C:\Python26\modules\;
The program is not accessing the sub-folder of Python 2.6 ?