Re: [Pythonmac-SIG] Environment variable issues running py2app application

2013-04-24 Thread Ned Deily
In article , Paul Wiseman wrote: > I've never seen this problem before but one user seems to be experiencing > this issue and I'm at a bit of a loss as to what the cause could be > > One part of the app runs this: subprocess.Popen(['/usr/bin/env', > 'system_profiler', 'SPUSBDataType', '-xml'])

[Pythonmac-SIG] Environment variable issues running py2app application

2013-04-24 Thread Paul Wiseman
Hey, I've never seen this problem before but one user seems to be experiencing this issue and I'm at a bit of a loss as to what the cause could be One part of the app runs this: subprocess.Popen(['/usr/bin/env', 'system_profiler', 'SPUSBDataType', '-xml']) I've never seen a problem running this,