On Oneiric, which is linux 3, the sys.platform == "linux2" check no longer works. We need to change all occurrences of this to sys.platform.startswith("linux").
On Oneiric, which is linux 3, the sys.platform == "linux2" check no longer works. We need to change all occurrences of this to sys.platform. startswith( "linux" ).