Hi Ceonn, 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
First, try to delete these variables and find out are they necessary to run IDLE. Type in console set TCL_LIBRARY = set TK_LIBRARY = set PYTHONPATH = 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. Please take a look at this article https://www-304.ibm.com/support/docview.wss?uid=swg21105412 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> BTW if I were you, I would repeat in the same thread because other users will not understand what discussion you are continuing. Cheers, - Gennadiy <gennad.zlo...@gmail.com> On Sat, Mar 12, 2011 at 4:29 PM, Ceonn Bobst <ceonnbo...@yahoo.com> wrote: > Hi Gennadiy, > > Here is the output I get: > C:\Documents and Settings\Ceonn>echo %TCL_LIBRARY% > C:\IBMTOOLS\Python22\tcl\tcl8.4 > > C:\Documents and Settings\Ceonn>echo %TK_LIBRARY% > C:\IBMTOOLS\Python22\tcl\tk8.4 > > C:\Documents and Settings\Ceonn>echo %PYTHONPATH% > C:\IBMTOOLS\utils\support;C:\IBMTOOLS\utils\logger > > > > -- > http://mail.python.org/mailman/listinfo/python-list > >
-- http://mail.python.org/mailman/listinfo/python-list