Re: [HELP] SMTPlib not sending my mail

2008-01-29 Thread Lars Johansen
have you checked your mail server logs ? tir, 29.01.2008 kl. 00.24 -0800, skrev ashok.raavi: Hi, I am also facing the same problem, smtplib used to send mail a while back but it stopped sending mails. when i run this in interpreter import smtplib s = smtplib.SMTP(localhost)

Re: Bug writing/reading to file.

2007-12-24 Thread Lars Johansen
the program, I can read the file. The strange thing is that if i watch the file contents while im using the program, I see that i add the line hello, how are you? to the file, but i can't read it with the read-function. Can this be a problem with file-pointers? And how can i solve it? -- Lars

Re: Rounding

2007-12-18 Thread Lars Johansen
that does not round up.. int(round(6.345)) maybe tir, 18.12.2007 kl. 11.53 +0300, skrev Vladimir Rusinov: On 12/15/07, katie smith [EMAIL PROTECTED] wrote: if i have a number 6.345 and i wanted it to be 6 without subtracting .345 because it won't always be .345 what do i do?

Any simpler way to do this

2007-12-07 Thread Lars Johansen
this ? -- Lars Johansen [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Good Book

2007-10-16 Thread Lars Johansen
HI are there any recommended books for an sysadmin who has been mostly writing shell scripts, but want to move up to create more complex programs. -- http://mail.python.org/mailman/listinfo/python-list