Gar Nelson wrote:
> 
> So if I were to code the above example using the native win32 extensions of
> ActivePython, in the PythonWin environment, how would it look?  (Just
> putting up a box with a "hello" button, that exits when pressed.)

The win32 environment uses a totally different set of classes and
functions. To really master it you will either need Microsoft's SDK
documentation or this book:

http://www.dandy.net/oracat/pythonwin32/index.html

If you just want to get examples from Lutz's book to work then I would
suggest you install Tk and use the ActivePython command line. Switching
GUI libraries is not that easy.

 Paul
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to