Error: "No module named fsinewton.utils.misc_func"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CBC.Solve |
New
|
Undecided
|
Unassigned |
Bug Description
demo/swing/
Traceback (most recent call last):
File "channel_
from cbc.swing.
File "/home/
from fsisolver import FSISolver
File "/home/
from primalsolver import PrimalSolver
File "/home/
from subproblems import *
File "/home/
import fsinewton.
ImportError: No module named fsinewton.
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 fsiproblem import MeshLoadFSI martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ fsiproblem. py", line 11, in <module> martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ fsisolver. py", line 14, in <module> martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ primalsolver. py", line 20, in <module> fsinewton. solver. solver_ fsinewton import FSINewtonSolver martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ fsinewton/ solver/ solver_ fsinewton. py", line 15, in <module> martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ fsinewton/ solver/ spaces. py", line 8, in <module> utils.misc_ func as mf utils.misc_ func
Traceback (most recent call last):
File "bloodvessel3d.py", line 7, in <module>
from cbc.swing.
File "/home/
from fsisolver import FSISolver
File "/home/
from primalsolver import PrimalSolver
File "/home/
from cbc.swing.
File "/home/
from spaces import FSISpaces
File "/home/
import fsinewton.
ImportError: No module named fsinewton.