1

I am installed some modules for python, numpy, biopython, mx.. on my mac (10.10.5). I started the Terminal and tried to import them and it works.

After that I installed Spyder, when I try to import bumpy in Spyder it works but biopython (from Bio import *) does not work -> (ImportError: No module named Bio). also import mx does not works.

If I start Python in the Terminal the import still works.

Dusius
  • 75
  • 2
  • 13
  • 1
    See [this StackOverflow answer][1] for ways to import modules into Spyder [1]: http://stackoverflow.com/questions/10729116/adding-a-module-specifically-pymorph-to-spyder-python-ide – Tom Sep 14 '15 at 15:46
  • 1
    Are you sure your terminal and Spyder are using the same python interpreter? in bash you can run `which python`, and the path to Spyder's python interpreter is available in Spyder's Preferences. – P. Camilleri Sep 14 '15 at 15:46
  • Thanks a lot, that was the problem ;) – Dusius Sep 14 '15 at 20:54

0 Answers0