AthenaMP: python 3 fixes
Fix python 3 compilation errors.
- print function
- except statement syntax
- iteritems
- relative package imports
- missing multiprocess import
- has_key
- commands
- missing msg stream definitions
- xrange
- use of undefined (kernel version?) variable --- left commented out.
- bad escapes in strings
- misc typos