---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-2bd0a1a1b35a> in <module>()
3 import matplotlib.pyplot as plt
4 from mpl_toolkits.mplot3d import Axes3D
----> 5 import PNEvolution
6 import Quaternions
/Users/boyle/Research/GWFrames/Code/PostNewtonian/C++/PNEvolution/__init__.py in <module>()
27 fp.close()
28 return _mod
---> 29 _PNEvolution = swig_import_helper()
30 del swig_import_helper
31 else:
/Users/boyle/Research/GWFrames/Code/PostNewtonian/C++/PNEvolution/__init__.py in swig_import_helper()
19 fp, pathname, description = imp.find_module('_PNEvolution', [dirname(__file__)])
20 except ImportError:
---> 21 import _PNEvolution
22 return _PNEvolution
23 if fp is not None:
ImportError: No module named _PNEvolution