关于python中的pefile输出问题

代码如下:

 import pefile,sys,os,string,shutil,re

pe_path = sys.argv[1]
pe = pefile.PE(pe_path)
print pe_path
print pe

可是print pe总是报错
如图图片说明