Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96194

Re: PIP does not appear to handle diacritics correctly.

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 <python-python-list@m.gmane.org>
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 <wolfgang.maier@biologie.uni-freiburg.de>
Subject Re: PIP does not appear to handle diacritics correctly.
Date Wed, 9 Sep 2015 18:16:02 +0200
References <msnc1t$jr2$1@tota-refugium.de> <mailman.237.1441751759.8327.python-list@python.org> <msoot1$g99$1@tota-refugium.de> <CAPTjJmo6zppuBqTPsn6Gby24W+PxB17_EPJrWa7wP882STve2Q@mail.gmail.com>
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 <CAPTjJmo6zppuBqTPsn6Gby24W+PxB17_EPJrWa7wP882STve2Q@mail.gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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.272.1441815411.8327.python-list@python.org> (permalink)
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

Show key headers only | View raw


On 09.09.2015 10:23, Chris Angelico wrote:
> On Wed, Sep 9, 2015 at 5:59 PM, Laszlo Lebrun via Python-list
> <python-list@python.org> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

PIP does not appear to handle diacritics correctly. Laszlo Lebrun <lazlo.lebrun@googlemail.com> - 2015-09-08 19:14 +0000
  Re: PIP does not appear to handle diacritics correctly. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-08 23:35 +0100
    Re: PIP does not appear to handle diacritics correctly. Laszlo Lebrun <lazlo.lebrun@googlemail.com> - 2015-09-09 07:59 +0000
      Re: PIP does not appear to handle diacritics correctly. Tim Golden <mail@timgolden.me.uk> - 2015-09-09 09:13 +0100
        Re: PIP does not appear to handle diacritics correctly. wxjmfauth@gmail.com - 2015-09-09 02:10 -0700
        Re: PIP does not appear to handle diacritics correctly. Laszlo Lebrun <lazlo.lebrun@googlemail.com> - 2015-09-09 11:03 +0000
      Re: PIP does not appear to handle diacritics correctly. Chris Angelico <rosuav@gmail.com> - 2015-09-09 18:23 +1000
      Re: PIP does not appear to handle diacritics correctly. Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2015-09-09 18:16 +0200
      Re: PIP does not appear to handle diacritics correctly. Tim Golden <mail@timgolden.me.uk> - 2015-09-09 17:21 +0100
        Re: PIP does not appear to handle diacritics correctly. Laszlo Lebrun <lazlo.lebrun@googlemail.com> - 2015-09-09 20:23 +0000
      Re: PIP does not appear to handle diacritics correctly. Tim Golden <mail@timgolden.me.uk> - 2015-09-09 20:59 +0100
      Re: PIP does not appear to handle diacritics correctly. Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2015-09-09 22:20 +0200
      Re: PIP does not appear to handle diacritics correctly. random832@fastmail.us - 2015-09-09 16:23 -0400
        Re: PIP does not appear to handle diacritics correctly. wxjmfauth@gmail.com - 2015-09-09 23:54 -0700
  Re: PIP does not appear to handle diacritics correctly. wxjmfauth@gmail.com - 2015-09-09 00:22 -0700
    Re: PIP does not appear to handle diacritics correctly. Laszlo Lebrun <lazlo.lebrun@googlemail.com> - 2015-09-09 11:07 +0000
      Re: PIP does not appear to handle diacritics correctly. Chris Angelico <rosuav@gmail.com> - 2015-09-09 23:10 +1000
      Re: PIP does not appear to handle diacritics correctly. Tim Golden <mail@timgolden.me.uk> - 2015-09-09 16:55 +0100
        Re: PIP does not appear to handle diacritics correctly. wxjmfauth@gmail.com - 2015-09-09 10:56 -0700

csiph-web