If the Python installations were all installed for all users, and not
just the specific user it was installed as, I don't believe you should
have this issue. Certainly not if they are different Python versions.
The only issue might be when a third party application has its own
Python version which conflicts with a system wide one that mod_wsgi
was using. In that case, need to ensure the PATH for Apache has the
system wide one before any other so correct DLL for Python is found.
Graham