hi!
i'm developing a test automation tool. i need either online or downloadable python documentation for win32 related modules. can anyone help?
Could you be more explicit ?
* General Python doc :
http://www.python.org/doc/ or Python23.chm in your Python distribution
* Win32 Extensions (from Mark Hammond)
http://starship.python.net/crew/mhammond/ or PyWin32.chm in your Python win32all distribution
* pygtk
There are no win32 specific documentation as pygtk (GTK+) is platform independent.
See http://www.pygtk.org/ for the general pygtk documentation.
You might also want to check to win32 section (#21) of the pygtk FAQ
http://www.async.com.br/faq/pygtk/index.py?req=index
Cedric
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
