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 Quigon
Recipients Quigon, christian.heimes, georg.brandl
Date 2007-11-30.00:35:53
SpamBayes Score 0.50086904
Marked as misclassified No
Message-id <1196382954.11.0.811496262727.issue1524@psf.upfronthosting.co.za>
In-reply-to
Content
> Are you sure that the exact command line works in a Windows shell?

Yes, I tried running the exact same command line in a Windows shell and 
it worked fine. Note that the buggy.py script echoes the command line 
and then immediately calls os.system with it. E.g.:

   print "strCmdLine=[%s]" % strCmdLine
   nRtn = os.system(strCmdLine)

I tried running the script in a shell window, watched it fail, then 
immediately cut and pasted the command line that had been echoed out by 
the script to the command line prompt in the same shell, ran it and it 
succeeded.
History
Date User Action Args
2007-11-30 00:35:54Quigonsetspambayes_score: 0.500869 -> 0.50086904
recipients: + Quigon, georg.brandl, christian.heimes
2007-11-30 00:35:54Quigonsetspambayes_score: 0.500869 -> 0.500869
messageid: <1196382954.11.0.811496262727.issue1524@psf.upfronthosting.co.za>
2007-11-30 00:35:54Quigonlinkissue1524 messages
2007-11-30 00:35:53Quigoncreate