Re: empty csv file attachments

2008-09-25 Thread Peter Otten
Bobby Roberts wrote: > I'm new to python but a veteran at programming.   Hm, your code doesn't show that. The time to read the tutorial would be time well spend. After that, a quick look at what the standard library has to offer wouldn't hurt. E. g. reading/writing CSV files is a solved problem i

Re: empty csv file attachments

2008-09-24 Thread Sean DiZazzo
On Sep 24, 1:17 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote: > hi group. > > I'm new to python but a veteran at programming.  This one has me > stumped.  I have a simple contact form which the user fills out.  The > email is sent to the site user as well and it is delivered with the > content in th

empty csv file attachments

2008-09-24 Thread Bobby Roberts
hi group. I'm new to python but a veteran at programming. This one has me stumped. I have a simple contact form which the user fills out. The email is sent to the site user as well and it is delivered with the content in the body of the email as well in nice order. I have modified my code to a

empty csv file attachments

2008-09-24 Thread Bobby Roberts
hi group. I'm new to python but a veteran at programming. This one has me stumped. I have a simple contact form which the user fills out. The email is sent to the site user as well and it is delivered with the content in the body of the email as well in nice order. I have modified my code to a