I need to redistribute Python 2.6 for my users.
Currently, I execute the silent instalation for the msi installer from http://www.python.org/download/, but I have some problems, like if other version of python is installed this not get the default.
In the other hand, despite this could be rare, if a user have already python and I install my own, then could cause a conflict.
So, which could the best curse of action? How automate this install?. I already have http://installbuilder.bitrock.com but the available django stack is too large for my app, and I need to pre-install several python modules.
I wonder if in this case virtualenv will be the best option, but still have the issue of properly install it...