24 Nov
                
                    2015
                
            
            
                24 Nov
                
                '15
                
            
            
            
        
    
                12:11 p.m.
            
        On 23/11/15 16:52, Wingate, Beth wrote:
module = imp.load_module(fullname, fo, fn, stuff) ImportError: dlopen(/Users/wingate/firedrake/lib/python2.7/site-packages/petsc4py/lib/PETSc.so, 2): Library not loaded: /private/var/folders/rw/1wgmdvd50sv7bb1dksy4y_l00000gq/T/pip-DOH6bI-build/arch-python-macosx-10.11-x86_64/lib/libpetsc.3.06.dylib Referenced from: /Users/wingate/firedrake/lib/python2.7/site-packages/petsc4py/lib/PETSc.so Reason: image not found
Hmph, petsc4py has linked against the temporary location of libpetsc (which appeared via pip presumably), rather than its final location. It is not immediately obvious to me why this would be the case. I do not think it is likely anything wrong with your build setup though. Lawrence