Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: cannot open file with non-ASCII filename Date: Tue, 15 Dec 2015 01:07:49 +0100 Lines: 30 Message-ID: References: <566F0BD0.8020106@udel.edu> <4412672.gUIyRlH8Kf@PointedEars.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de PBYQM6SDVVNDLpKHBjX67Q4hQqQfQjrBTRbklwLWctaA== Return-Path: 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; 'url:sourceforge': 0.03; 'mouse': 0.07; 'subject:file': 0.07; 'cc:addr:python-list': 0.09; 'input,': 0.09; 'output,': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'instead.': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'curses': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'instead:': 0.16; 'message- id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:non': 0.16; 'laura': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'keyboard': 0.22; 'platform,': 0.22; 'dec': 0.23; 'written': 0.24; 'mon,': 0.24; 'module': 0.25; 'module.': 0.27; "skip:' 10": 0.28; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; "i'd": 0.31; 'url:python': 0.33; 'text': 0.35; 'should': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'subject:-': 0.39; 'subject:with': 0.40; 'url:3': 0.60; 'header:Message-Id:1': 0.61; 'url:%20': 0.63; 'url:htm': 0.75; 'header:In-reply-to:1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1450138074; bh=+LVSU60G9R1zYbZkO5XFsMK2QNjz6pePmYssHfClfV0=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=r4G4EPWG5Kkxk5YWHsPGyMwFqq0VPDg7JPWb4ghjPRnknMRlpof8PSw4fRbD97G0V pPcsZoabmzaWumVwRfwgbzOHCWXSTXJBwX8/1ntcjCcO9OFZWBV22ztJ3uNMm0FnmC rg5x47048TMAS2160QI2vwZlRfoebWtkkVM/kSGw= In-reply-to: <4412672.gUIyRlH8Kf@PointedEars.de> Comments: In-reply-to "Thomas 'PointedEars' Lahn" message dated "Mon, 14 Dec 2015 23:41:21 +0100." Content-ID: <21609.1450138069.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Tue, 15 Dec 2015 01:07:54 +0100 (CET) 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: , Xref: csiph.com comp.lang.python:100441 In a message of Mon, 14 Dec 2015 23:41:21 +0100, "Thomas 'PointedEars' Lah= n" wr ites: >Why do you have to use msvcrt? > >I would use curses for user input, but: > >,- >,- >| = >| No one has made a Windows port of the curses module. On a Windows = >| platform, try the Console module written by Fredrik Lundh. The Console = >| module provides cursor-addressable text output, plus full support for = >| mouse and keyboard input, and is available from = >| http://effbot.org/zone/console-index.htm. > >So you should try that instead. If going for curses, I'd try this instead: http://pdcurses.sourceforge.net/ Laura