Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #48770

Re: Popen in Python3

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!dedekind.zen.co.uk!zen.net.uk!hamilton.zen.co.uk!reader03.nrc01.news.zen.net.uk.POSTED!not-for-mail
From Nobody <nobody@nowhere.com>
Subject Re: Popen in Python3
Date Thu, 20 Jun 2013 04:34:32 +0100
User-Agent Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)
Message-Id <pan.2013.06.20.03.34.30.8000@nowhere.com>
Newsgroups comp.lang.python
References <mailman.3601.1371683058.3114.python-list@python.org>
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
Lines 20
Organization Zen Internet
NNTP-Posting-Host 6ff30bc8.news.zen.co.uk
X-Trace DXC=KkVVOm>^dW3FiQn`d_;:_;f2FgniPJjg2=dR0\ckLKG0WeZ<[7LZNR6M`lR2]3lRX1M2Z^cWRFGA;S9dDJ>W@C@6
X-Complaints-To abuse@zen.co.uk
Xref csiph.com comp.lang.python:48770

Show key headers only | View raw


On Wed, 19 Jun 2013 23:03:05 +0000, Joseph L. Casale wrote:

> 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?

Do any of the DLLs have dependencies of their own which need to be found?

Do DLLs with the same name exist in directories which are searched before
%PATH%? Directories listed in %PATH% are searched after all other options
have failed.

The relevant MSDN page appears to be:

http://msdn.microsoft.com/en-us/library/windows/desktop/ms682586%28v=vs.85%29.aspx

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


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