Path: csiph.com!usenet.pasdenom.info!news.franciliens.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'correct.': 0.07; 'detect': 0.07; 'subject:missing': 0.07; 'works.': 0.09; 'python': 0.11; 'bug': 0.12; 'posted': 0.15; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'keys.': 0.16; 'message-id:@timgolden.me.uk': 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; 'rerunning': 0.16; 'tjg': 0.16; 'url:aspx)': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'not,': 0.20; 'header:User- Agent:1': 0.23; 'earlier': 0.24; 'downloaded': 0.26; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'fixed': 0.29; 'andrew': 0.30; "i'm": 0.30; 'code': 0.31; 'bunch': 0.31; 'keys': 0.31; 'yes.': 0.31; 'there.': 0.32; 'something': 0.35; "i'll": 0.36; 'changing': 0.37; 'url:microsoft': 0.37; 'to:addr:python-list': 0.38; 'issue': 0.38; 'embedded': 0.39; 'reported': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'mentioned': 0.61; 'charset:windows-1252': 0.65; 'it!': 0.67; 'revealed': 0.68; 'url:en-us': 0.68; 'article': 0.77; 'from:addr:mail': 0.83 Date: Tue, 13 Jan 2015 06:08:08 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: I must be missing something obvious in installing Python 3.4.2... References: <4723ce7c-53ec-463b-b270-63241305f867@googlegroups.com> <6474bfec-ce53-4967-8a76-5bedda9110a8@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421129286 news.xs4all.nl 2889 [2001:888:2000:d::a6]:58429 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83663 On 12/01/2015 23:12, Andrew Koenig wrote: > Fixed it! > > The aforementioned article is correct. I downloaded the RegDelNull > program mentioned in the article > (http://technet.microsoft.com/en-us/sysinternals/bb897448.aspx) and > ran it on hkcr, hkcu, hklm, hku, and hkcc (short for > HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_USERS, > and HKEY_CURRENT_CONFIG), respectively. It deleted a bunch of keys. > Rerunning the program you posted earlier revealed no keys with > embedded nulls in their names, and ensurepip now works. > > I have no idea how these keys got there. For all I know they are the > result of malware. > > I think it would be worthwhile changing the Python code to detect > nulls and perhaps issue a warning that directs people to this article > or something like it. > Thanks, yes. Unfortunate that no-one's actually reported this before as a bug -- as far as I'm aware. Would you be in a position to report this at bugs.python.org? If not, I'll do it when I get a chance. TJG