[Distutils] Odd thought

Guido van Rossum guido@digicool.com
Fri Feb 23 09:03:00 2001


> The problem I see is that there is no way to create a dialog-box
> on windows without either requiring win32all to be installed,
> or to use a custom python interpreter 'py_dialog.exe' which
> would then display a dialog box (and maybe also display the
> output of the script)

You could at least *try* to import Tkinter and see if it exists.

--Guido van Rossum (home page: http://www.python.org/~guido/)