Some systems (most notably, certain Linux distributions) have Python 3 as the default system Python. We should make this Python 3 compatible (shouldn't be too hard). Also, may want to consider switching the shebang line to #!/usr/bin/env python, which is generally more portable.