Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'debugging': 0.05; 'encoded': 0.05; 'arguments': 0.07; 'python': 0.09; 'sep': 0.09; 'subject:library': 0.09; 'encoding': 0.15; 'properly': 0.15; 'sat,': 0.15; 'gpg': 0.16; 'i\xe2\x80\x99m': 0.16; 'reason.': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'meant': 0.21; 'header:In- Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'no,': 0.29; 'received:209.85.210.174': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'problems': 0.36; 'subject: (': 0.36; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'url:mail': 0.40; 'reply': 0.66; '10:32': 0.84; 'don\xe2\x80\x99t': 0.91; 'url:tk': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=xcwVlOf7HNsY0FIlGVHNIe8V287DnU8klfy92mS7Yis=; b=TcK1ozG8uKb8+lJ0axzUTvZB1v40asJYxBGa/zbNH3BnBF9MSeIpO5nAcJBQT0gMGN FYfyZEkoKEb0hH3Tgkt67dGPpp27sLQwCihUS6uvykLLkeKrjKUHqsZU0YJ3NP3SNsQf 3tKCXR6L9LjwE691jfGPn67GvCJczBrTSVPhLUnZyAIXx8/o/v1wIdpvouZWahksvjkt JcIMoV2/F8BawOUEct9h7XA3STCkH/hKAQFiRz5tCptZ1eM3njdI2ICf1TV/ljvqSKCa ceZDYFV/UlbF6G1FA1D4ySaPi6ZM2oBr77TAeoCsaP2ujXtnJlcKugBsYoNKshh5kbv9 TJ2A== MIME-Version: 1.0 In-Reply-To: <21e6fb32-ee1e-429d-ba6f-276c8208ca78@googlegroups.com> References: <8cab2c34-7594-471a-80e9-47206bd3ea32@googlegroups.com> <21e6fb32-ee1e-429d-ba6f-276c8208ca78@googlegroups.com> Date: Sun, 30 Sep 2012 14:04:54 +0200 Subject: Re: Missing library path (WIndows) From: Kwpolska To: python-list@python.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1349006698 news.xs4all.nl 6884 [2001:888:2000:d::a6]:49194 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30549 On Sat, Sep 29, 2012 at 10:32 PM, FPEFPE 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=E2=80=99m not quite sure what in Py3k >> >> (bytestrings?) >> >> >> >> -- >> >> Kwpolska >> >> 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 =E2=80=9Cdo some magic with the string=E2=80=9D. In P= y2k, it would be str.decode(), but I don=E2=80=99t know what to do in Py3k. --=20 Kwpolska stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16