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


Groups > comp.lang.python > #77314

Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows?

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows?
Date 2014-08-30 01:05 -0400
References <92a30936-5fa8-4d00-b674-514422b923ed@googlegroups.com> <mailman.13634.1409360110.18130.python-list@python.org> <86bd480e-18a0-4ee5-a7ab-1f008a367993@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.13640.1409375140.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 8/29/2014 9:16 PM, ps16thypresenceisfullnessofjoy@gmail.com wrote:
> On Friday, August 29, 2014 8:54:47 PM UTC-4, Terry Reedy wrote:
>> Please be more specific as to python installer source, python
>> version,
>>
>> and location. I do not see it in my 2.7.8 directory installed by
>> the psf
>>
>> .msi installer.
>
> I'm also using the Python 2.7.8 MSI installer from the PSF, but the
> 32-bit version of it. The file is in the top-level Python27
> directory. I just checked, and a 64-bit installation of Python 2.7
> that I have access to doesn't contain w9xpopen.exe. Are you using the
> 64-bit version? I don't see the need for it in the 32-bit version
> either, unless there's a reason I'm not aware of.

The tracker has a search function. Searching all issues for 'w9xpopen' 
turned up 15 issues including
http://bugs.python.org/issue2405
The last msg by (benrg) starts "on Windows 7 32-bit with COMSPEC 
pointing to command.com, platform.popen('dir').read() works with 
w9xpopen and fails (no output) without it."

http://bugs.python.org/issue14470
In 3.4, we no longer support platforms that set COMSPEC to command.com, 
hence 'BOOM'.

-- 
Terry Jan Reedy

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


Thread

Why is w9xpopen.exe bundled with Python 2.7 on Windows? ps16thypresenceisfullnessofjoy@gmail.com - 2014-08-29 15:08 -0700
  Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? Terry Reedy <tjreedy@udel.edu> - 2014-08-29 20:54 -0400
    Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? ps16thypresenceisfullnessofjoy@gmail.com - 2014-08-29 18:16 -0700
      Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? Terry Reedy <tjreedy@udel.edu> - 2014-08-30 01:05 -0400
        Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? ps16thypresenceisfullnessofjoy@gmail.com - 2014-08-30 07:45 -0700
          Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? Terry Reedy <tjreedy@udel.edu> - 2014-08-30 14:43 -0400

csiph-web