[issue12094] Cannot Launch IDLE

2011-05-17 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue12094] Cannot Launch IDLE

2011-05-17 Thread Nathan
Nathan added the comment: So obviously the abc.py is already a module in the the frame work! All fixed Thanks again -- ___ Python tracker ___ ___

[issue12094] Cannot Launch IDLE

2011-05-17 Thread Nathan
Nathan added the comment: Thanks for the speedy reply I have cut and past the results from the for following tests I can't test this on Windows, but you could try the following things: 1) check that 'python.exe -V' returns 2.6.6; 2) try using the IDLE shortcut in the start menu; 3) try "

[issue12094] Cannot Launch IDLE

2011-05-17 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Maybe you have created a file named "abc.py" somewhere? What happens when you type: C:\Python26>python.exe -c "import abc; print abc" -- nosy: +amaury.forgeotdarc ___ Python tracker

[issue12094] Cannot Launch IDLE

2011-05-16 Thread Ezio Melotti
Ezio Melotti added the comment: I can't test this on Windows, but you could try the following things: 1) check that 'python.exe -V' returns 2.6.6; 2) try using the IDLE shortcut in the start menu; 3) try "from abc import ABCMeta" from the interactive interpreter; 4) install Python 2.7 an

[issue12094] Cannot Launch IDLE

2011-05-16 Thread Nathan
New submission from Nathan : To Whom it may concern – I have suddenly lost my ability to launch IDLE. I am using 2.6 with windows xp. I was using ipython with PyReadline. I have uninstalled and reinstalled just python 2.6.6 with no luck. I get the following error: Thanks in advance C:\Py