Thanks for the response!
We actually got it sorted out. One of the modules I had built that we were importing was missing this:
Code:
# $language = "python3"
# $interface = "1.0"
Looks like he was running that module directly (I'm still unclear how he was doing this) and it was defaulting back to the Python2.7 interpreter.