Comment 1 for bug 1154516

Revision history for this message
Martin Sandve Alnæs (martinal) wrote :

Adding the submodules fixed that one, see lp:~martinal/cbc.solve/swing-setup-fix, but then I get this, which is a bug in the code itself:

demo/swing/bloodvessel3d$ time python bloodvessel3d.py
Traceback (most recent call last):
  File "bloodvessel3d.py", line 7, in <module>
    from cbc.swing.fsiproblem import MeshLoadFSI
  File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/fsiproblem.py", line 11, in <module>
    from fsisolver import FSISolver
  File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/fsisolver.py", line 14, in <module>
    from primalsolver import PrimalSolver
  File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/primalsolver.py", line 20, in <module>
    from cbc.swing.fsinewton.solver.solver_fsinewton import FSINewtonSolver
  File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/fsinewton/solver/solver_fsinewton.py", line 15, in <module>
    from spaces import FSISpaces
  File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/fsinewton/solver/spaces.py", line 8, in <module>
    import fsinewton.utils.misc_func as mf
ImportError: No module named fsinewton.utils.misc_func