On 9/23/12 8:45 AM, Kevin Walzer wrote:
There's nothing to do here; it's an aspect of the native dialog.
To clarify: there's nothing to do at the C level, which is where the
native dialog is invoked. IDLE can probably be patched to accept other
file types, such as "dat."
--
Kevin Walzer
Cod
On 9/23/12 3:33 AM, Ned Deily wrote:
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. Th
In article <505d9cc5$0$6846$e4fe5...@news2.news.xs4all.nl>,
Hans Mulder wrote:
> On 22/09/12 09:30:57, Franck Ditter wrote:
> > In article <505ccdc5$0$6919$e4fe5...@news2.news.xs4all.nl>,
> > Hans Mulder wrote:
> >> On 21/09/12 16:29:55, Franck Ditter wrote:
> >>> I create a text file utf-8 enc
On 22/09/12 09:30:57, Franck Ditter wrote:
> In article <505ccdc5$0$6919$e4fe5...@news2.news.xs4all.nl>,
> Hans Mulder 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, visib
In article <505ccdc5$0$6919$e4fe5...@news2.news.xs4all.nl>,
Hans Mulder 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
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 ?
> Th
Hello,
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.
Thanks for the tip,