I have two installations of Python on my machine:
- 1 : Python 2.7 32 bits (c:\python27) (installed first)
- 2 : Python 2.7 64 bits (c:\python27-64) (installed more recently, not setup as system's default Python)
When I install a new package with its standard Windows installer (e.g. wxPython3.0-win64-3.0.0.0-py27.exe for wxPython), there is no question like :
"For which installation of Python do you want to install this module?"
Then this module is not recognized by my second Python install.
How to deal with module package installation when two versions of Python are installed ?