At 12:32 PM 1/31/04 -0600, Wayne Larsen wrote: >Yep, that worked, thanks. One other tiny fix - the HTTP Response code >needs to be an int as shown below - I'm running Python 2.3.3. Now fixed in CVS. Apparently 2.3 uses a '%d' format for the response code, where 2.2 uses '%s'.