On Wed, Apr 2, 2014 at 5:18 PM, Alexandra Diem <[email protected]> wrote: > I'm trying to get Fenics installed on Linux Mint 16 (based on Ubuntu Saucy) > and have exactly followed the instructions on > https://launchpad.net/~fenics-packages/+archive/fenics-dev (except for the > dev repository). Then I installed the Dolfin demos in my home directory > using the command dolfin-get-demos, which worked without a problem. However, > if i now try to run a demo in Python (for example navier-stokes) I get the > following message: > > python demo_navier-stokes.py > > --------------------------------------------------- > DOLFIN runtime dependency is not met. > Install the following python module: 'ffc' > and make sure its location is listed in PYTHONPATH. > --------------------------------------------------- > > This also happens with, for example, the hyperelasticity demo. What am I > doing wrong?
Is the python-ffc package installed? Try running the following command in a terminal: dpkg -l | grep python-ffc Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
