Python3 easyinstall error

2023-05-16

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].*)?$')

转载于:https://www.cnblogs.com/kongs/archive/2011/11/14/2248415.html

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Python3 easyinstall error 的相关文章

随机推荐