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!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'defaults': 0.05; 'skip:" 60': 0.05; 'skip:\\ 20': 0.05; 'append': 0.07; 'dev': 0.07; 'unicode,': 0.09; 'bug': 0.10; 'python': 0.10; 'subject:not': 0.11; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 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; 'tjg': 0.16; 'wrote:': 0.16; '>>>': 0.20; 'windows': 0.20; '2015': 0.20; 'extension': 0.20; 'skip:" 40': 0.20; 'fix': 0.21; 'machine': 0.21; '(the': 0.22; 'correctly.': 0.22; 'lawrence': 0.22; 'sep': 0.22; 'pass': 0.22; 'appears': 0.23; 'header:In- Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'command': 0.26; 'installed': 0.26; 'error': 0.27; 'correct': 0.28; '32-bit': 0.29; 'folder': 0.30; 'anyone': 0.32; 'message.': 0.33; 'windows.': 0.33; 'tue,': 0.34; 'add': 0.34; 'clear': 0.35; 'fail': 0.35; 'fresh': 0.35; 'path': 0.35; 'but': 0.36; 'created': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'guys': 0.38; 'thank': 0.38; 'why': 0.39; 'does': 0.39; 'unable': 0.39; 'received:192': 0.39; 'rather': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'mark': 0.40; 'group,': 0.60; 'your': 0.60; 'latest': 0.64; 'python-list': 0.66; 'deals': 0.67; 'dear': 0.67; 'from:addr:mail': 0.70; 'prompt': 0.79; '8.1': 0.84; 'difference.': 0.84; 'pip': 0.84; 'subject:handle': 0.84; 'variation': 0.84; 'virgin': 0.84 Subject: Re: PIP does not appear to handle diacritics correctly. To: python-list@python.org References: From: Tim Golden Date: Wed, 9 Sep 2015 20:59:58 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed 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: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441828781 news.xs4all.nl 23747 [2001:888:2000:d::a6]:32771 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96219 On 09/09/2015 08:59, Laszlo Lebrun via Python-list wrote: > On Tue, 08 Sep 2015 23:35:33 +0100, Mark Lawrence wrote: > >> On 08/09/2015 20:14, Laszlo Lebrun via Python-list wrote: >>> >>> Dear group, >>> I do use Windows 7 and have a user name with diacritics. >>> >>> Whenever I am querying an extension with pip, it will fail since it >>> does not pass on the user folder correctly. >>> I thought PIP deals well with unicode, doesn't it? >>> >>> Has anyone a clue how to fix it? >>> Thank you >>> >>> > Yes, you are right, let me append the message. > Just after a fresh install of Python with PIP on Windows. > 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..." Well on my Win8.1 machine I created a local user with the name you give and did a fresh install of the very latest Python 3.5rc. I installed from the 32-bit web installer and the only variation from the defaults was to add Python to the PATH (the last checkbox on the first page of the wizard). It all installed without issue and I was able to do "pip --version" from a command prompt to see that it had installed pip 7.1.something. Now this is on my standard dev machine, ie not a virgin VM, and it's 8.1 rather than Win7, but it's not clear why either of those would make a difference. The standard codepage for console processes appears to be 850. Let's see if the pip guys respond to your bug request TJG