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


Groups > comp.lang.python > #96219

Re: PIP does not appear to handle diacritics correctly.

Subject Re: PIP does not appear to handle diacritics correctly.
References <msnc1t$jr2$1@tota-refugium.de> <mailman.237.1441751759.8327.python-list@python.org> <msoot1$g99$1@tota-refugium.de>
From Tim Golden <mail@timgolden.me.uk>
Date 2015-09-09 20:59 +0100
Newsgroups comp.lang.python
Message-ID <mailman.293.1441828781.8327.python-list@python.org> (permalink)

Show all headers | View raw


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

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