Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!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; 'true,': 0.04; 'skip:" 60': 0.05; 'skip:\\ 20': 0.05; ':-(': 0.07; 'mentions': 0.09; 'wrong,': 0.09; 'bug': 0.10; 'thread': 0.10; 'python': 0.10; 'subject:not': 0.11; 'wed,': 0.15; 'correctly,': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'pip?': 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; 'tjg': 0.16; 'workaround?': 0.16; 'wrote:': 0.16; "shouldn't": 0.18; '>>>': 0.20; '2015': 0.20; 'skip:" 40': 0.20; 'sep': 0.22; 'header:In-Reply-To:1': 0.24; 'script': 0.25; 'header :User-Agent:1': 0.26; 'chris': 0.26; 'point.': 0.27; 'error': 0.27; 'correct': 0.28; 'post': 0.31; 'especially': 0.32; 'received:192.168.100': 0.33; 'path': 0.35; "isn't": 0.35; 'but': 0.36; 'instead': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'wrong': 0.38; 'unable': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'different': 0.63; 'python-list': 0.66; 'worth': 0.67; 'from:addr:mail': 0.70; 'funny': 0.83; '17:16,': 0.84; 'actually,': 0.84; 'pip': 0.84; 'subject:handle': 0.84; 'try.': 0.91 Subject: Re: PIP does not appear to handle diacritics correctly. To: python-list@python.org References: <55F05B42.8010803@biologie.uni-freiburg.de> From: Tim Golden Date: Wed, 9 Sep 2015 17:21:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <55F05B42.8010803@biologie.uni-freiburg.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441815722 news.xs4all.nl 23758 [2001:888:2000:d::a6]:39781 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96195 On 09/09/2015 17:16, Wolfgang Maier wrote: > On 09.09.2015 10:23, Chris Angelico wrote: >> On Wed, Sep 9, 2015 at 5:59 PM, Laszlo Lebrun via Python-list >> wrote: >>> Whenever I start PIP, I get: >>> "Fatal error in launcher: Unable to create process using '"C:\Users >>> \B├╝rgerGegenFlugl├ñrm\AppData\Local\Programs\Python\Python35-32 >>> \python.exe" >>> "C:\Users\B³rgerGegenFluglõrm\AppData\Local\Programs\Python >>> \Python35-32\Scripts\pip.exe" '" >>> >>> Where the correct path is "C:\Users\BürgerGegenFluglärm\AppData..." >>> >>> The funny thing is that the message mentions the path twice, with >>> different wrong codings. >>> :-( >> > > I may be wrong, but isn't the error message suggesting that this is a > bug in the py launcher instead of in pip? > If I remember a post from a recent thread correctly, then pip.exe is > just a script using the launcher. > If that's true, shouldn't the recommended: > > python -m pip > > be a workaround? > > I might be wrong, but it's worth a try. Actually, that's a good point. Especially given the start of the error message... TJG