On Monday 02 March 2009 23:37:57 Sveinn Sandvik Svendsen wrote: > I have a problem when I try to call > V = VectorFunctionSpace(mesh, "CG", 1, dim=2) > and get the error > AttributeError: 'module' object has no attribute '__swigversion__' > (see attachment) > > I'm not entirely sure of what the problem is. > > I run Intrepid Ibex on an AMD Turion x64x2-machine. The versions I have > of the different modules are > dolfin: 1.1.1
You mean 0.9.1? > ffc: 0.6.1 > instant: 0.9.6 Instant complains that ufc.__swigversion__ does not excist. You need the latest ufc version too. This is version 1.1.1 ;) Johan _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
