Hi Ceonn,<div><br></div><div>Well it is obvious that these environment variables are pointing to your old Python 2.2 installation that is located in the C:\IBMTOOLS\Python22\tcl\tcl8.4</div><div><br></div><div>First, try to delete these variables and find out are they necessary to run IDLE.</div>

<div>Type in console</div><div>set TCL_LIBRARY = </div><div>set TK_LIBRARY = </div><div>set PYTHONPATH = </div><div><br></div><div>Then try to run IDLE. If it will run ok, then you don't need these variables, you should delete them permamently from your computer.</div>

<div>Please take a look at this article</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="https://www-304.ibm.com/support/docview.wss?uid=swg21105412">https://www-304.ibm.com/support/docview.wss?uid=swg21105412</a></div>

<div><br></div><div>Otherwise if IDLE won't start correctly, try to set TCL_LIBRARY and TK_LIBRARY to paths to your current Python installation. I suppose it will be something like C:\<your_python_path>\tcl\tcl<version></div>

<meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>BTW if I were you, I would repeat in the same thread because other users will not understand what discussion you are continuing. </div>

<div><br></div><div><div>Cheers,</div>- Gennadiy <<a href="mailto:gennad.zlobin@gmail.com" target="_blank">gennad.zlobin@gmail.com</a>><br>
<br><br><div class="gmail_quote">On Sat, Mar 12, 2011 at 4:29 PM, Ceonn Bobst <span dir="ltr"><<a href="mailto:ceonnbobst@yahoo.com">ceonnbobst@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit"><div>Hi Gennadiy,</div>
<div> </div>
<div>Here is the output I get:</div>
<div>C:\Documents and Settings\Ceonn>echo %TCL_LIBRARY%<br>C:\IBMTOOLS\Python22\tcl\tcl8.4</div>
<div> </div>
<div>C:\Documents and Settings\Ceonn>echo %TK_LIBRARY%<br>C:\IBMTOOLS\Python22\tcl\tk8.4</div>
<div> </div>
<div>C:\Documents and Settings\Ceonn>echo %PYTHONPATH%<br>C:\IBMTOOLS\utils\support;C:\IBMTOOLS\utils\logger</div>
<div> </div></td></tr></tbody></table><br>

      <br>--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div><br></div>