I want to install OpenCV to use it in Python development. Tutorials ask to install Numpy first. But I am running Windows 7 on a 64 bits processor.
The answer to this question: Installing Numpy on 64bit Windows 7 with Python 2.7.3 says I need to download unofficial binaries for Numpy. So I have 2 questions:
1- Are there official binaries for Numpy since that question was asked 2 years ago ?
2- Can I use what is answered in this question ? numpy for 64 bit windows. I mean, Can I install directly Python 32 bits on my 64 bits processor and use Numpy 32 bits to avoid troubles ? Please answer me.