<!--/*SC*/DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"/*EC*/-->
<html><head><style type="text/css"><!--div#me55843 @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; }
div#me55843 @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; }
div#me55843 p.me55843MsoNormal,div#me55843  li.me55843MsoNormal,div#me55843  div.me55843MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri","sans-serif"; }
div#me55843 a:link,div#me55843  span.me55843MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline; }
div#me55843 a:visited,div#me55843  span.me55843MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline; }
div#me55843 span.me55843EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext; }
div#me55843 .me55843MsoChpDefault {mso-style-type:export-only; }
div#me55843 @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; }
div#me55843 div.me55843Section1 {}--></style><title></title><style type="text/css"><!--body{padding:1ex;margin:0px;font-family:sans-serif;font-size:small;}a[href]{color:-moz-hyperlinktext !important;text-decoration:-moz-anchor-decoration;}blockquote{margin:0;border-left:2px solid #144fae;padding-left:1em;}blockquote blockquote{border-color:#006312;}blockquote blockquote blockquote{border-color:#540000;}--></style></head><body><div style="font-family: Arial; font-size: medium;" dir="ltr"><div class="defangedMessage">
<div id="me55843">
<div>David, </div>
<div> </div>
<div>Try disabling your firewall software momentarily to see if that makes a difference. IDLE uses a local port for inter-process communication - you may need to configure your firewall to allow IDLE's port usage.</div>
<div> </div>
<div>To test whether Python itself has been properly installed, open up a cmd prompt, change your current directory to the folder where you installed Python, create the short, 1 line script that follows, and then run it. If this works, then Python has been successfully installed on your workstation and the problem you're having is specific to IDLE.</div>
<div> </div>
<div>1 line script (place in hello.py)</div>
<div> </div>
<div>print "Hello world"</div>
<div> </div>
<div>Command line to run above script:</div>
<div> </div>
<div>python hello.py</div>
<div> </div>
<div>You might also try installing an alternate Python build, eg. if you installed from python.org, then try one of the setups from ActiveState. Or vice-versa.</div>
<div> </div>
<div>We're running Python 2.6.4 on Windows XP (32-bit), Windows Vista (32 and 64-bit), and Windows 7 (32 and 64-bit) without problem.</div>
<div> </div>
<div>Good luck!</div>
<div>Malcolm</div>
<o:p> </o:p>
<div class="me55843Section1"> </div>
<!--/*SC*//defang_body/*EC*/-->  <!--/*SC*//defang_html/*EC*/--></div>
</div></div></body></html>