I'm working with someone to run some code on OSX. We've installed the .dmg package (beta version). After sourcing dolfin.conf, when running the Poisson demo we get the below errors. Any ideas? Why does the user 'johannr' appear in the error message?
Garth [bobby@eriador python]$ python demo_poisson.py *** Warning: No module named libvtkCommonPython *** Warning: Unable to import Viper, plotting disabled. Calling FFC just-in-time (JIT) compiler, this may take some time. In instant.recompile: The module did not compile, see '/Users/bobby/.instant/error/instant_module_067ced81ba10ce460ddc32e46c28ec36a4984c5d/compile.log' Traceback (most recent call last): File "demo_poisson.py", line 41, in <module> V = FunctionSpace(mesh, "Lagrange", 1) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.6/site-packages/dolfin/functions/functionspace.py", line 314, in __init__ FunctionSpaceBase.__init__(self, mesh, element) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.6/site-packages/dolfin/functions/functionspace.py", line 72, in __init__ ufc_element, ufc_dofmap = jit(self._ufl_element) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.6/site-packages/dolfin/compilemodules/jit.py", line 62, in mpi_jit return local_jit(*args, **kwargs) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.6/site-packages/dolfin/compilemodules/jit.py", line 139, in jit return jit_compile(form, parameters=p, common_cell=common_cell) File "/Users/johannr/fenics-1.0-beta/local/lib/python2.6/site-packages/ffc/jitcompiler.py", line 71, in jit File "/Users/johannr/fenics-1.0-beta/local/lib/python2.6/site-packages/ffc/jitcompiler.py", line 176, in jit_element File "/Users/johannr/fenics-1.0-beta/local/lib/python2.6/site-packages/ffc/jitcompiler.py", line 145, in jit_form File "/Applications/FEniCS.app/Contents/Resources/lib/python2.6/site-packages/ufc_utils/build.py", line 70, in build_ufc_module **kwargs) File "/Users/johannr/fenics-1.0-beta/local/lib/python2.6/site-packages/instant/build.py", line 478, in build_module File "/Users/johannr/fenics-1.0-beta/local/lib/python2.6/site-packages/instant/build.py", line 104, in recompile File "/Users/johannr/fenics-1.0-beta/local/lib/python2.6/site-packages/instant/output.py", line 49, in instant_error RuntimeError: In instant.recompile: The module did not compile, see '/Users/bobby/.instant/error/instant_module_067ced81ba10ce460ddc32e46c28ec36a4984c5d/compile.log' [bobby@eriador python]$ _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp