So up untill now I had only one version of python : 2.7 x64.
Since I need to use a 32 bit libriry I installed python 2.7x32 in c:\python27x32, I call it in the command line usin "c:\python27x32
But how can I use pip to install new coponent for it? pip is somehow linked to my C:\python27 which contains the 64 bit version.
Thanks