Oh, as usual, I had forgotten to also pull from pyOP2. --cjc ________________________________ From: firedrake-bounces@imperial.ac.uk [firedrake-bounces@imperial.ac.uk] on behalf of Cotter, Colin J [colin.cotter@imperial.ac.uk] Sent: 11 April 2014 23:18 To: firedrake Subject: [firedrake] ObjectCached Dear firedrakers, I just pulled from master, and now get the following. What do I have to do? --cjc File "/home/cjc1/firedrake/firedrake/firedrake/__init__.py", line 2, in <module> from core_types import * File "core_types.pyx", line 17, in init firedrake.core_types (firedrake/core_types.c:36280) ImportError: cannot import name ObjectCached cjc1@richardson:~/mercurial/vertical-tests$ firedrake cjc1@richardson:~/mercurial/vertical-tests$ python hydrostatic_bendy.py Traceback (most recent call last): File "hydrostatic_bendy.py", line 1, in <module> from firedrake import * File "/home/cjc1/firedrake/firedrake/firedrake/__init__.py", line 2, in <module> from core_types import * File "core_types.pyx", line 17, in init firedrake.core_types (firedrake/core_types.c:36280) ImportError: cannot import name ObjectCached