Why is os.stat so slow?

2009-06-16 Thread the_ricka
Hi all, Fairly new to python but have programmed in other languages (C, Java) before. I was experimenting with a python program that needed to take a directory tree and get the total disk usage of every file (and subfolder) underneath it. This solution also has to run on Windows Server 2003 for w

Re: SMTP Sending Mail Problem

2008-01-28 Thread the_ricka
I added a longer text file with vocabulary typically used in our office and the email sent successfully. The crazy thing is I had already checked all the spam filters and queues in Exchange, and the older messages seem to have disappeared. Sorry for the post, I thought I was going crazy for a bi

SMTP Sending Mail Problem

2008-01-28 Thread the_ricka
Hi all, I'm fairly new to python, but very excited about it's potential. I'm trying to write a simple program that will accept input from a command line and send email. The parameters I used on the command line are for From address, To addresses, Subject and Body. For the body, I thought it woul