Re: Can't load smtplib

2009-02-12 Thread S-boy
Thanks. Turns out I had a script I wrote called email.py in my Python path that was screwing things up. On Feb 12, 2:50 pm, Jean-Paul Calderone wrote: > On Thu, 12 Feb 2009 11:40:57 -0800 (PST), S-boy wrote: > >I can't seem to import smtplib in either a script or the command line > >interpreter.

Re: Can't load smtplib

2009-02-12 Thread Jean-Paul Calderone
On Thu, 12 Feb 2009 11:40:57 -0800 (PST), S-boy wrote: I can't seem to import smtplib in either a script or the command line interpreter. When I try to import smtp, there seems to be some kind of collision with urllib2. I get a weird error about Web server authorization, even though I'm not cal