Skip to content

moose import error after manual installation

Created by: ChakrapaniNCBS

After compiling moose,trying to import moose from python and got the following error

Python 2.7.12 (default, Nov 19 2016, 06:48:10) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import moose
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/moose/__init__.py", line 25, in <module>
    from .moose import *
ImportError: No module named moose