Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48759
| From | "Joseph L. Casale" <jcasale@activenetwerx.com> |
|---|---|
| Subject | Popen in Python3 |
| Date | 2013-06-19 23:03 +0000 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3601.1371683058.3114.python-list@python.org> (permalink) |
I am trying to invoke a binary that requires dll's in two places all of which are included in the path env variable in windows. When running this binary with popen it can not find either, passing env=os.environ to open made no difference. Anyone know what might cause this or how to work around this? Thanks, jlc
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Popen in Python3 "Joseph L. Casale" <jcasale@activenetwerx.com> - 2013-06-19 23:03 +0000 Re: Popen in Python3 Nobody <nobody@nowhere.com> - 2013-06-20 04:34 +0100
csiph-web