python vs pythonw
"Martin v. Löwis"
martin at v.loewis.de
Fri Nov 30 01:16:33 EST 2007
> New to mac. I have leopard. What's the difference between python and
> pythonw? So far (which isn't very far) I can't tell the difference.
IIUC, pythonw is linked with the WindowManager library, so it can do
GUI operations; python can't.
> I have a small application using TKinter that I was working on under
> Linux.
X11 Tk or Aqua Tk? If Aqua Tk, this would contradict to my theory above.
Regards,
Martin
More information about the Python-list
mailing list