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


Groups > comp.lang.python > #29797

Re: Reading a file in IDLE 3 on Mac-Lion

From Ned Deily <nad@acm.org>
Subject Re: Reading a file in IDLE 3 on Mac-Lion
Date 2012-09-23 00:33 -0700
References <franck-CEE9A3.16295521092012@news.free.fr> <505ccdc5$0$6919$e4fe514c@news2.news.xs4all.nl> <franck-BB0EBD.09305722092012@news.free.fr> <505d9cc5$0$6846$e4fe514c@news2.news.xs4all.nl>
Newsgroups comp.lang.python
Message-ID <mailman.1109.1348385618.27098.python-list@python.org> (permalink)

Show all headers | View raw


In article <505d9cc5$0$6846$e4fe514c@news2.news.xs4all.nl>,
 Hans Mulder <hansmu@xs4all.nl> wrote:
> On 22/09/12 09:30:57, Franck Ditter wrote:
> > In article <505ccdc5$0$6919$e4fe514c@news2.news.xs4all.nl>,
> >  Hans Mulder <hansmu@xs4all.nl> wrote:
> >> On 21/09/12 16:29:55, Franck Ditter wrote:
> >>> I create a text file utf-8 encoded in Python 3 with IDLE (Mac Lion).
> >>> It runs fine and creates the disk file, visible with
> >>> TextWrangler or another.
> >>> But I can't open it with IDLE (its name is greyed).
> >>> IDLE is supposed to read utf-8 files, no ?
> >>> This works on Windows-7.
> >>
> >> There's a little pop-menu below the list of files.
> >>
> >> It allows you to choose which kind of files you want to open.
> >> By default, it is set to "Python files", which greys out all
> >> files, except those with a '.py' or '.pyw' extension.
> >> Setting it to "Text files" should help, or else try "All files".
> > Alas this pop-up menu is for Windows only, I don't
> > find it on MacOS-X.
> 
> It's there on my MacOS X 10.6.5 system.
> 
> If your 10.7 system doesn't show it, that's definitely a bug.

This appears to a difference in behavior between Carbon Tk 8.4 and Cocoa 
Tk 8.5 on OS X.  The python.org 32-bit-only installers are built to link 
with the former and, with 8.4, the Open file dialog box does have the 
file-type filter menu as Hans describes.  The python.org 64-/32-bit 
installers link with the newer Cocoa Tk 8.5 and, with it, the Open file 
dialog box does not have the filter menu.  I'm not sure there is 
anything that IDLE or Tkinter can do about that; any change may need to 
be by the Tcl/Tk folks.  But it would be good if you would open an issue 
at bugs.python.org so we can follow up on it.

-- 
 Ned Deily,
 nad@acm.org

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


Thread

Reading a file in IDLE 3 on Mac-Lion Franck Ditter <franck@ditter.org> - 2012-09-21 16:29 +0200
  Re: Reading a file in IDLE 3 on Mac-Lion Hans Mulder <hansmu@xs4all.nl> - 2012-09-21 22:27 +0200
    Re: Reading a file in IDLE 3 on Mac-Lion Franck Ditter <franck@ditter.org> - 2012-09-22 09:30 +0200
      Re: Reading a file in IDLE 3 on Mac-Lion Hans Mulder <hansmu@xs4all.nl> - 2012-09-22 13:11 +0200
        Re: Reading a file in IDLE 3 on Mac-Lion Ned Deily <nad@acm.org> - 2012-09-23 00:33 -0700
          Re: Reading a file in IDLE 3 on Mac-Lion Kevin Walzer <kw@codebykevin.com> - 2012-09-23 08:45 -0400
            Re: Reading a file in IDLE 3 on Mac-Lion Kevin Walzer <kw@codebykevin.com> - 2012-09-23 10:40 -0400

csiph-web