Re: [Tutor] smtplib starttls() error

2007-01-10 Thread Terry Carroll
On Wed, 10 Jan 2007, Kent Johnson wrote: > For major version upgrades (2.x -> 2.x+1) that is correct. For minor > upgrades (2.x.y -> 2.x.y+1) the new version usually installs over the > old and uses the same custom packages. I don't know what happens if you > install the python.org distribution

Re: [Tutor] smtplib starttls() error

2007-01-10 Thread Kent Johnson
Olen wrote: > Hi Kent and Terry, > Correct I am using Active state python,and did not read > the full information about installations. Thank you for for the > information. > > I just need to confirm something, In python when we "upgrade" we > essentially install a new > version of pyt

Re: [Tutor] smtplib starttls() error

2007-01-09 Thread Olen
Hi Kent and Terry, Correct I am using Active state python,and did not read the full information about installations. Thank you for for the information. I just need to confirm something, In python when we "upgrade" we essentially install a new version of python , and we would be needin

Re: [Tutor] smtplib starttls() error

2007-01-09 Thread Terry Carroll
On Tue, 9 Jan 2007, Kent Johnson wrote: > Are you using the standard Python installer from python.org or something > else? SSL support is a build option. It is included in the standard > Python for Windows v2.3.5 and 2.4.4. Can you upgrade to the standard > 2.4.4 distribution and see if that wo

Re: [Tutor] smtplib starttls() error

2007-01-09 Thread Kent Johnson
olen88 wrote: > Hello, > I was wondering if anyone could point me in the right direction > my system info: > Python 2.4.3 (#69, Apr 11 2006, 15:32:42) [MSC v.1310 32 bit (Intel)] on > win32 > > as the subject says. starttls() returns the following error, > > reply, null = sessi

Re: [Tutor] smtplib starttls() error

2007-01-09 Thread Olen
On 1/8/07, Olen <[EMAIL PROTECTED]> wrote: > I have also looked in all the documentation python 2.4.3 files I downloaded > and this points out that I should have install the socket.ssl() > my question is that is how do I install the > > socket.ssl() > > thank you > > ennma > On 1/8/07, olen88 <[EMA

Re: [Tutor] smtplib starttls() error

2007-01-07 Thread Olen
I have also looked in all the documentation python 2.4.3 files I downloaded and this points out that I should have install the socket.ssl() my question is that is how do I install the socket.ssl() thank you ennma On 1/8/07, olen88 <[EMAIL PROTECTED]> wrote: > Hello, > I was wondering if

[Tutor] smtplib starttls() error

2007-01-07 Thread olen88
Hello, I was wondering if anyone could point me in the right direction my system info: Python 2.4.3 (#69, Apr 11 2006, 15:32:42) [MSC v.1310 32 bit (Intel)] on win32 as the subject says. starttls() returns the following error, reply, null = session.starttls(); File "C:\Py