Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.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.000 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; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'wrong,': 0.09; 'bug': 0.10; 'thread': 0.10; 'python': 0.10; 'subject:not': 0.11; 'wed,': 0.15; 'correctly,': 0.16; 'pip?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'workaround?': 0.16; 'wrote:': 0.16; "shouldn't": 0.18; '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; 'header:X -Complaints-To:1': 0.26; 'chris': 0.26; 'error': 0.27; 'correct': 0.28; 'received:132': 0.29; 'post': 0.31; 'best,': 0.35; '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; 'received:org': 0.37; 'wrong': 0.38; 'unable': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'different': 0.63; 'python-list': 0.66; 'worth': 0.67; 'funny': 0.83; 'pip': 0.84; 'subject:handle': 0.84; 'try.': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Wolfgang Maier Subject: Re: PIP does not appear to handle diacritics correctly. Date: Wed, 9 Sep 2015 18:16:02 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 132.230.194.46 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: 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: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441815411 news.xs4all.nl 23833 [2001:888:2000:d::a6]:34978 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96194 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. Best, Wolfgang