473,765 Members | 2,070 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python installation breaks Outlook Express

I just installed Python 2.3.3 under Windows XP professional. After I
did, my wife tried to access her email using Outlook Express and got
the error messages:

Your server has unexpectedly terminated the connection. Possible
causes for
this include server problems, network problems, or a long period of
inactivity.
Account: 'incoming.veriz on.net', Server: 'outgoing.veriz on.net',
Protocol: SMTP, Port: 25, Secure(SSL): No, Error Number: 0x800CCC0F

Your server has unexpectedly terminated the connection. Possible
causes for this
include server problems, network problems, or a long period of
inactivity.
Account: 'incoming.veriz on.net', Server: 'incoming.veriz on.net',
Protocol: POP3,
Port: 110, Secure(SSL): No, Error Number: 0x800CCC0F

(No comments about Outlook, please.I have tried to get her to use a
different email program, but she likes Outlook.) I checked the
settings, then recreated her account in Outlook, but nothing worked.
My Mozilla Thunderbird email client worked fine.

Since the only thing I had done recently was to install Python. I
used system restore to go back to the point before installing Python.
After I did, Outlook started working again. Has anyone else seen this
behavior ?

Thanks.

M. Laymon
Jul 18 '05 #1
5 2070
Hi !

I use P2.3.3 and O.E. without pb ?!?

Suggest : perhaps is your wife buggued ? ;o)
Michel Claveau

Jul 18 '05 #2

"M. Laymon" <mxlaym009@nosp am_hotmail.com> wrote in message
news:t2******** *************** *********@4ax.c om...
I just installed Python 2.3.3 under Windows XP professional. After I
did, my wife tried to access her email using Outlook Express and got
the error messages: .... Since the only thing I had done recently was to install Python. I
used system restore to go back to the point before installing Python.
After I did, Outlook started working again. Has anyone else seen this
behavior ?


I find errors with either the mail service or Windows to be fairly common.
Server errors tend to disappear by waiting. Windows glitches disappear
(often) by rebooting. I recently 'fixed' a problem with OE on XPHome that
way. Did you try reinstalling to see if coincidence was just that?

Terry J. Reedy
Jul 18 '05 #3
Hi.

M. Laymon <mxlaym009@nosp am_hotmail.com> wrote:
Your server has unexpectedly terminated the connection. Possible
causes for
this include server problems, network problems, or a long period of
inactivity.
Account: 'incoming.veriz on.net', Server: 'outgoing.veriz on.net',
Protocol: SMTP, Port: 25, Secure(SSL): No, Error Number: 0x800CCC0F


Python is not the source of your problem. The Verizon servers had some
problems (they should now be OK, i think): due to an obscure
misconfiguratio n they managed to make flood their own servers with
requests - an auto-DOS of sorts.

Jere
--
Lord, make my words as sweet as honey, for one day I may have to eat them
- Daryl Benson
Jul 18 '05 #4
I have the same problem. It isn't a problem with Outlook. It is with
Python. I loose my wired AND wireless connections. Removing Python
bringst them back to operational.
Mike

M. Laymon wrote:
I just installed Python 2.3.3 under Windows XP professional. After I did, my wife tried to access her email using Outlook Express and got
the error messages:

Your server has unexpectedly terminated the connection. Possible
causes for
this include server problems, network problems, or a long period of
inactivity.
Account: 'incoming.veriz on.net', Server: 'outgoing.veriz on.net',
Protocol: SMTP, Port: 25, Secure(SSL): No, Error Number: 0x800CCC0F

Your server has unexpectedly terminated the connection. Possible
causes for this
include server problems, network problems, or a long period of
inactivity.
Account: 'incoming.veriz on.net', Server: 'incoming.veriz on.net',
Protocol: POP3,
Port: 110, Secure(SSL): No, Error Number: 0x800CCC0F

(No comments about Outlook, please.I have tried to get her to use a
different email program, but she likes Outlook.) I checked the
settings, then recreated her account in Outlook, but nothing worked.
My Mozilla Thunderbird email client worked fine.

Since the only thing I had done recently was to install Python. I
used system restore to go back to the point before installing Python.
After I did, Outlook started working again. Has anyone else seen this behavior ?

Thanks.

M. Laymon


Jul 18 '05 #5
Mike schreef:
I have the same problem. It isn't a problem with Outlook. It is with
Python. I loose my wired AND wireless connections. Removing Python
bringst them back to operational.
Mike
I don't know about the wired/wireless connections above, but this:
M. Laymon wrote:
I just installed Python 2.3.3 under Windows XP professional. After I
did, my wife tried to access her email using Outlook Express and got
the error messages:

Your server has unexpectedly terminated the connection. Possible
causes for
this include server problems, network problems, or a long period of
inactivity.
Account: 'incoming.veriz on.net', Server: 'outgoing.veriz on.net',
Protocol: SMTP, Port: 25, Secure(SSL): No, Error Number: 0x800CCC0F

Your server has unexpectedly terminated the connection. Possible
causes for this
include server problems, network problems, or a long period of
inactivity.
Account: 'incoming.veriz on.net', Server: 'incoming.veriz on.net',
Protocol: POP3,
Port: 110, Secure(SSL): No, Error Number: 0x800CCC0F

(No comments about Outlook, please.I have tried to get her to use a
different email program, but she likes Outlook.) I checked the
settings, then recreated her account in Outlook, but nothing worked.
My Mozilla Thunderbird email client worked fine.

Since the only thing I had done recently was to install Python. I
used system restore to go back to the point before installing Python.
After I did, Outlook started working again. Has anyone else seen
this behavior ?


.... might happen if you use a Python program to filter spam in Outlook
(e.g. SpamBayes). This error is often caused by a personal firewall
blocking such a filter program, and after a Python upgrade, every Python
program will be considered "unknown".

--
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9
Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

40
11894
by: ian | last post by:
Hi, I'm a newbie (oh no I can here you say.... another one...) How can I get Python to send emails using the default windows email client (eg outlook express)? I thought I could just do the following import win32com.client
3
3782
by: Matthias Baas | last post by:
Hi, are there any guidelines about what to do if a Windows extension for Python 2.4 requires the C++ runtime (msvcp71.dll)? If I want to distribute a binary installer of an extension that contains C++ code, should I really include the msvcp71.dll in the package? It doesn't sound like a good idea to me if every package places another copy of this dll somewhere in the Python directory. Python 2.4 does install the C runtime (msvcr71.dll)...
9
2078
by: TPJ | last post by:
First I have to admit that my English isn't good enough. I'm still studying and sometimes I just can't express what I want to express. A few weeks ago I've written 'Python Builder' - a bash script that allows anyone to download, compile (with flags given by user) and install Python and some external modules (e.g. wxPython, PyGTK, Numeric...). I use Python every day and when new version of Python (or some external module) is released, I...
2
4268
by: John R. Lewis | last post by:
I posted this yesterday with a different email address. I am reposting with my fake-address as given to me by Microsoft so that I can be guraranteed a response from a support representative. Sorry for the repost. I'd like to make use of the asp:Wizard control to present a step-by-step guided experience for my user to fill out a complicated data-entry form. I'd like to make use of two-way databinding provided by the asp:FormView control...
0
11420
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 342 open (-38) / 3712 closed (+54) / 4054 total (+16) Bugs : 951 open (-14) / 6588 closed (+33) / 7539 total (+19) RFE : 257 open (-15) / 266 closed (+13) / 523 total ( -2) New / Reopened Patches ______________________
5
9338
by: =?Utf-8?B?TWFya1NraQ==?= | last post by:
For about a month now, I have had trouble with Outlook Express. When logging in to Outlook Express, I get an error message stating that the connection to server has failed. My internet connection works (same server), but Outlook Express is unable to connect. If I restart the computer, Outlook Express will then be able to connect; so eventually I can use it but I must reboot every time. I have checked with my ISP and they say there is no...
14
3471
by: EnjoyNews | last post by:
Hi I have a little probelm. I tranfer som data from input fields to a div so you can see how a profil will look as you type in your data. I just put this in my input field: onkeyup="document.getElementById('javao').innerHTML=this.value;" And this : <span id="javao"></spansomewhere else on the page.
2
2499
by: Vighneswar | last post by:
Hi All I am doing with a standalone application in .NET, where I have to invoke the Outlook / Outlook Express by passing account info (username, password, pop3 server, ... etc) and SQL Server client by passing the connection details. I request anyone can suggest me the approach in meeting the requirement. Thanks in advance. Regards
0
10156
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5419
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.