Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'terry': 0.07; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'machines.': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'runtime': 0.09; 'subject:access': 0.09; 'essentially': 0.10; 'hopefully': 0.15; 'offlist': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'reedy': 0.16; 'subject:issues': 0.16; 'workaround': 0.16; 'wrote:': 0.16; 'issue.': 0.19; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; '(or': 0.23; '64-bit': 0.23; "user's": 0.23; 'works.': 0.23; 'changed': 0.24; 'changes,': 0.24; 'guess': 0.26; "i'm": 0.27; 'tjg': 0.30; 'there': 0.33; 'to:addr:python-list': 0.33; 'that,': 0.33; "i've": 0.34; 'header:User-Agent:1': 0.34; '2.6': 0.34; 'executable': 0.34; 'round': 0.34; 'but': 0.37; 'subject:: ': 0.39; 'received:192': 0.39; 'else': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'where': 0.40; 'address': 0.61; 'results': 0.61; 'from:addr:mail': 0.64; 'fight': 0.80; 'doubling': 0.91 Date: Wed, 26 Oct 2011 15:38:42 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: spawnl issues with Win 7 access rights References: <4308935.65.1319502062676.JavaMail.geo-discussion-forums@prfq1> <047ec741-9164-4b0e-bb24-f71e3ab1e39b@gk10g2000vbb.googlegroups.com> <4EA6A950.6090706@timgolden.me.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1319639932 news.xs4all.nl 6911 [2001:888:2000:d::a6]:33839 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15002 On 26/10/2011 02:11, Terry Reedy wrote: > OP reports 2.6 with XP works. Where do you see that, Terry? (Or was there an offlist email?) > Did that use VS 2005? Maybe C runtime > changed (regressed). That's possible -- and is essentially my main guess (faute de mieux). I've got the same results on 32 & 64-bit machines. Hopefully the workaround I suggested -- doubling up the executable filepath -- will get round the user's particular issue. I'm not going to fight CRT changes, but if no-one else gets there, I will try to address issue8036 TJG