![]()
Python Programming on Win32This is the official page of the O'Reilly book Python Programming on Win32, by Mark Hammond and Andy Robinson. Thanks very much for buying our book. We hope it meets your expectations and becomes a valuable resource. ErrataChapter 19: Communications - Page 374 - The Serial package does not have a send() method - it has named write(). Thanks to Larry Greene. Chapter 13 - mxODBC. We make reference to a possible future mxODBC executemany() method. Marc-Andre has incorporated this functionality into the existing execute() method, if you provide it a list of tuples. Thanks to Bill Tolbert for getting this cleared up. Page 50, 3rd paragraph - Ctrl-Shift-C is used to invoke the TabNanny, not Ctrl-C as printed. Page 309, table 17-1. The functions listed as os.exists(), os.isdir() and os.isfile() should instead be os.path.exists(), os.path.isdir() and os.path.isfile() respectively. The descriptions for these functions are correct. Page 298, last paragraph - NetServerEnum(). The description of this function is missing the domain parameter. The correct signature is:
Other informationIf you are following the DCOM examples in chapter 12 and are running Windows 98 SE, you will be amused to learn that Microsoft forgot to put the DCOM configuration tool on the CD! The problem, and a link to a dcomcnfg.exe you can use can be found at http://support.microsoft.com/support/kb/articles/Q253/3/11.ASP. Thanks to Stefan Franke for pointing this out. SamplesAll sample code can be downloaded from ppw32_samples.zip (1,536,326 bytes). The tool PyDelphi.exe as discussed in Chapter 22 is available in PyDelphi.zip (550,250 bytes) Samples HistoryWe are attempting to keep the samples up to date, both with respect to bugs and any Python or Win32 Extensions changes that will happen from time to time. Below is a brief log of the history of the zip file, to help you work out if you have the latest code.
[Wed Jul 27 08:02:53 2005 GMT+10] |