I'm trying to install Python 2.7.5 and the latest version of Biopython (as well as the prerequisite NumPy) on Windows 8 x64.
I've tried running the installer files for all of these programs and although every time the install seems to go perfectly, when I test to see if Biopython is installed (as instructed by the biopython wiki) I get an error:
>>> import bio
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named bio
>>>
I have tried using both the x64 and x32 installers for all three programs, and I even tried using WinPython, which comes with NumPy preinstalled and has a package manager which I installed Biopython with. However, it had the same result.
Can anyone help? I have searched and found people having similar errors, although typically they aren't using windows at the time and so I've not had any luck using their remedies.