This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients georg.brandl, gregory.p.smith, kaizhu, loewis
Date 2011-01-02.09:56:38
SpamBayes Score 4.0122104e-06
Marked as misclassified No
Message-id <1293962203.05.0.536027018748.issue10802@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-01-02 09:56:43loewissetrecipients: + loewis, georg.brandl, gregory.p.smith, kaizhu
2011-01-02 09:56:43loewissetmessageid: <1293962203.05.0.536027018748.issue10802@psf.upfronthosting.co.za>
2011-01-02 09:56:38loewislinkissue10802 messages
2011-01-02 09:56:38loewiscreate