python setup.py build
sudo python setup.py install
python Demo/compute_gr.py
Traceback (most recent call last):
File "Demo/compute_gr.py", line 4, in <module>
from pyljfluid.components import (LJForceField, Config, MDSimulator,
File "/usr/local/lib/python2.7/dist-packages/pyljfluid/__init__.py", line 29, in <module>
from components import *
File "/usr/local/lib/python2.7/dist-packages/pyljfluid/components.py", line 27, in <module>
from base_components import (NeighborsTable, BaseForceField, LJForceField, BaseConfig,
ImportError: cannot import name BaseForceField
On a stock install of Ubuntu 12.10/numpy the installation
works, but running the demo
fails with