Martin v. Löwis <[email protected]> added the comment:

Can you please run the script under strace, and report what system call is not 
implemented? I.e. put

  import subprocess
  subprocess.Popen('ls')

into a file (foo.py), then run

  strace -o trace.txt python foo.py

Please attach the output in case you cannot identify the problem.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue10802>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to