ericmckean / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

glibc python subprocess + select does not work #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our python for glibc fails with this:
    import subprocess
  File "/lib/python2.7/subprocess.py", line 428, in <module>
    import select
ImportError: No module named select

Original issue reported on code.google.com by bradnelson@google.com on 22 Oct 2014 at 8:39