I've got two workstations, one iMac, and another with Debian wheezy. I've installed fenics on both of them, in the case of the Debian machine using "sudo apt-get install fenics".
In the case of the Debian machine, when i run RectangleMesh(x0,u0,x1,y1,xn,yn) in python i get the error: NameError: name 'RectangleMesh' is not defined. When running the exact same piece of code on the iMac it produces no such error.
What could be the error? Is there a way to check the current version number of fenics installed?