Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16901
| Date | 2011-12-09 09:28 +0000 |
|---|---|
| From | Tim Golden <mail@timgolden.me.uk> |
| Subject | Re: subprocess.Popen under windows 7 |
| References | <jbref7$roj$1@news.albasani.net> <1lt8r8-rel.ln1@satorlaser.homedns.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3465.1323422892.27778.python-list@python.org> (permalink) |
On 09/12/2011 08:32, Ulrich Eckhardt wrote: > Am 08.12.2011 23:41, schrieb Frank van den Boom: >> arglist = [PATH_TO_7ZIP,"a", "-sfx", archive_name, "*", "-r", >> "-p",PASSWORD] > > The "*" is resolved by the shell, this is not a wildcard that gets > passed to the program. At least not normally, your case might be different. "... not normally" == "... not on Unix". On Windows, the shell doesn't do any wildcard expansion. The OP is asking about behaviour on Windows 7. TJG
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
subprocess.Popen under windows 7 Frank van den Boom <frank@am-knie.de> - 2011-12-08 23:41 +0100
Re: subprocess.Popen under windows 7 Lie Ryan <lie.1296@gmail.com> - 2011-12-09 13:08 +1100
Re: subprocess.Popen under windows 7 Frank van den Boom <frank@am-knie.de> - 2011-12-09 09:42 +0100
Re: subprocess.Popen under windows 7 Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2011-12-09 09:32 +0100
Re: subprocess.Popen under windows 7 Tim Golden <mail@timgolden.me.uk> - 2011-12-09 09:28 +0000
Re: subprocess.Popen under windows 7 Frank van den Boom <frank@am-knie.de> - 2011-12-09 10:47 +0100
csiph-web