Skip to content

Problem installing #1

@thoppe

Description

@thoppe

On a stock install of Ubuntu 12.10/numpy the installation

python setup.py build
sudo python setup.py install

works, but running the demo

python Demo/compute_gr.py

fails with

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions