[issue26989] error in installation of ez_setup.py

2016-05-09 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> not a bug status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26989] error in installation of ez_setup.py

2016-05-09 Thread Xiang Zhang
Xiang Zhang added the comment: It seems pypi is blocked in China, :-( so try pypi mirror in China. ez_setup.py seems to have --download-base option to let you specify alternative URL. I don't think this is a bug. -- nosy: +xiang.zhang ___ Python tra

[issue26989] error in installation of ez_setup.py

2016-05-09 Thread wangluyao
New submission from wangluyao: There were some wrong in my installion of my ez_setup.py.Because my compute is 64 bits,so I have to install ez_setup.py before I want to install pyserial-3.0.1-py2.py3-none-any.whl this model. But it tells me that"urllib2.URLError:" -- components: Instal