Biopython Not Working On Window 7 64 (Import Bio Function Not Working)
Dear All
I am having trouble using biopython as my 'import bio' does not work.
I have Window 7 , 64 system with Python 2.7.1 with Piston , Django and NumPy site packages installed and they all work well with the import function.
Any ideas?
thanks!
cheers
Gary
• 2,598 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Did you try "import bio" or "import Bio"? Only the latter should work.
How did you install all these? Are you using 32 or 64 bit Python? Currently there are no official 64 bit Windows installers for NumPy or Biopython (and possibly others).
Also I don't think it is helpful to cross post on both biostar and stackoverflow, http://stackoverflow.com/questions/6592127/biopython-not-working-on-window-7-64-import-bio-function-not-working
You might need to try the unofficial one? http://www.lfd.uci.edu/~gohlke/pythonlibs/
Silly me, Michael Kuhn! You are right!
I used import bio instead of import Bio, now it works! lol.
Peter : sorry about cross posting.. which one do you think I should use in the future? cheers
Yup I am using the unofficial one.thanks Kisun.