Popen in Python3

Joseph L. Casale jcasale at activenetwerx.com
Wed Jun 19 19:03:05 EDT 2013


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



More information about the Python-list mailing list