Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83663
| 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 | <mail@timgolden.me.uk> |
| 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 <mail@timgolden.me.uk> |
| 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 | <ec7b8633-3b02-42b3-89e4-ef002ebd78e6@googlegroups.com> <mailman.17640.1421095928.18130.python-list@python.org> <4723ce7c-53ec-463b-b270-63241305f867@googlegroups.com> <mailman.17642.1421100022.18130.python-list@python.org> <6474bfec-ce53-4967-8a76-5bedda9110a8@googlegroups.com> <f49c0c9c-09ab-4aec-8dbc-253d78170f9f@googlegroups.com> |
| In-Reply-To | <f49c0c9c-09ab-4aec-8dbc-253d78170f9f@googlegroups.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17658.1421129286.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 10:02 -0800
Re: I must be missing something obvious in installing Python 3.4.2... Chris Angelico <rosuav@gmail.com> - 2015-01-13 05:36 +1100
Re: I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 12:51 -0800
Re: I must be missing something obvious in installing Python 3.4.2... Tim Golden <mail@timgolden.me.uk> - 2015-01-12 20:52 +0000
Re: I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 13:45 -0800
Re: I must be missing something obvious in installing Python 3.4.2... Tim Golden <mail@timgolden.me.uk> - 2015-01-12 22:00 +0000
Re: I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 14:35 -0800
Re: I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 15:12 -0800
Re: I must be missing something obvious in installing Python 3.4.2... Tim Golden <mail@timgolden.me.uk> - 2015-01-13 06:08 +0000
Re: I must be missing something obvious in installing Python 3.4.2... cjgohlke@gmail.com - 2015-01-12 23:05 -0800
Re: I must be missing something obvious in installing Python 3.4.2... Tim Golden <mail@timgolden.me.uk> - 2015-01-13 08:18 +0000
csiph-web