[Pythonmac-SIG] tkinter question

Chris Scott kaffeen@mac.com
Tue, 23 Oct 2001 12:37:36 -0400


Hello from a total newbie, please forgive my utter lack of knowledge at this
point...

I'm running Python version 2.1.1 on a G4 under system 9.0 and trying to get
started using the livewire tutorials. I figured out how to get the modules
to load, but they won't work. When i try to import Tkinter, I get the
following error:

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: Tkinter not supported under Carbon (yet).

Python help said this list was my best bet. Any ideas? Thanks.

- kaffeen