Re: Can't start IDLE on mac os x high sierra can't import Tkinter

2017-12-15 Thread Cei Sanderson
On Friday, December 15, 2017 at 12:44:14 PM UTC, Terry Reedy wrote: > On 12/15/2017 6:37 AM, ceiussandi...@gmail.com wrote: > > Hi, I've been trying to get python 3.4.3 (needed for programming course) on > > my mac, running High Sierra. > > I've installed python and activetcl 8.5.18 as per instruc

Re: Can't start IDLE on mac os x high sierra can't import Tkinter

2017-12-15 Thread Terry Reedy
On 12/15/2017 6:37 AM, ceiussandi...@gmail.com wrote: Hi, I've been trying to get python 3.4.3 (needed for programming course) on my mac, running High Sierra. I've installed python and activetcl 8.5.18 as per instructions. When I start IDLE from finder it flashes in the dock and disappears. Whe

Can't start IDLE on mac os x high sierra can't import Tkinter

2017-12-15 Thread ceiussandicus
Hi, I've been trying to get python 3.4.3 (needed for programming course) on my mac, running High Sierra. I've installed python and activetcl 8.5.18 as per instructions. When I start IDLE from finder it flashes in the dock and disappears. When I start it from terminal, I get the following respons

Re: IDLE on Mac OS X

2006-08-28 Thread Furbybrain
Furbybrain wrote: > I'm running 10.3.9 and I've just installed Python 2.4. IDLE won't start- > it bounces in the dock once or twice then goes away. > I'm new to Python, and I'm trying to learn. Thanks. ** IDLE can't import Tkinter. Your Python may not be configured for Tk. ** I'm installing TK li

Re: IDLE on Mac OS X

2006-08-27 Thread Kevin Walzer
Furbybrain wrote: > I'm running 10.3.9 and I've just installed Python 2.4. IDLE won't start- > it bounces in the dock once or twice then goes away. > I'm new to Python, and I'm trying to learn. Thanks. You need to install Tcl/Tk--it doesn't come with 10.3 by default. Get a Panther-compatible versio

Re: IDLE on Mac OS X

2006-08-27 Thread Bill Hale
In article <[EMAIL PROTECTED]>, Furbybrain <[EMAIL PROTECTED]> wrote: > I'm running 10.3.9 and I've just installed Python 2.4. IDLE won't start- > it bounces in the dock once or twice then goes away. > I'm new to Python, and I'm trying to learn. Thanks. You might want to open the console window

IDLE on Mac OS X

2006-08-27 Thread Furbybrain
I'm running 10.3.9 and I've just installed Python 2.4. IDLE won't start- it bounces in the dock once or twice then goes away. I'm new to Python, and I'm trying to learn. Thanks. -- http://mail.python.org/mailman/listinfo/python-list