Hi Yicong,

On 22 May 2015 at 09:49, Yicong Huang <hengha....@gmail.com> wrote:
>     from subprocess import Popen, PIPE
>   File "/home/yicong.hyc/pypy/lib-python/2.7/subprocess.py", line 427, in
> <module>
>     import select
> ImportError: No module named select

Then anything using "subprocess" requires the select module, and most
programs out there will need the "subprocess" module.  If you really
want to remove this small innocent module, you are on your own.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to