Missing library path (WIndows)

Kwpolska kwpolska at gmail.com
Sun Sep 30 08:04:54 EDT 2012


On Sat, Sep 29, 2012 at 10:32 PM, FPEFPE <fpesposito at gmail.com> wrote:
> On Saturday, September 29, 2012 4:02:13 AM UTC-4, Kwpolska wrote:
>>
>> Python has problems with encoding the arguments to look properly with
>>
>> the crappy Windows cmd.exe encodings. They cannot be encoded for some
>>
>> reason.  You may need magic, but I’m not quite sure what in Py3k
>>
>> (bytestrings?)
>>
>>
>>
>> --
>>
>> Kwpolska <http://kwpolska.tk>
>>
>> stop html mail      | always bottom-post
>>
>> www.asciiribbon.org | www.netmeister.org/news/learn2quote.html
>>
>> GPG KEY: 5EAAEA16
>
> Hello -- thanks for the reply ... is "magic" a debugging tool?
> --
> http://mail.python.org/mailman/listinfo/python-list

No, no, no!  I meant “do some magic with the string”.  In Py2k, it
would be str.decode(), but I don’t know what to do in Py3k.

-- 
Kwpolska <http://kwpolska.tk>
stop html mail      | always bottom-post
www.asciiribbon.org | www.netmeister.org/news/learn2quote.html
GPG KEY: 5EAAEA16



More information about the Python-list mailing list