When installing some supported packages in python3.2.2, usually got a error: (cannot remember clearly but like array object or so)

 

Try to change the following file:

%python%/Lib/distutils/command/build_scripts.py    line 15:

first_line_re = re.compile(b'^#!.*python[0-9.]*([ \t].*)?$')

to:

first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
posted on 2011-11-14 14:53  Aeol Kong  阅读(175)  评论(0编辑  收藏  举报