There are a handful of 'with' statements throughout the code that causes Python 2.5 to die. Need to add 'from **future** import with_statement' to the top of those files to make it compatible.