[issue12094] Cannot Launch IDLE

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

[issue12094] Cannot Launch IDLE

2011-05-17 Thread Nathan
Nathan nathaniel.j.b...@gmail.com 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

[issue12094] Cannot Launch IDLE

2011-05-17 Thread Nathan
Nathan nathaniel.j.b...@gmail.com added the comment: So obviously the abc.py is already a module in the the frame work! All fixed Thanks again -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12094

[issue12094] Cannot Launch IDLE

2011-05-17 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - invalid stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12094 ___

[issue12094] Cannot Launch IDLE

2011-05-16 Thread Nathan
New submission from Nathan nathaniel.j.b...@gmail.com: 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:

[issue12094] Cannot Launch IDLE

2011-05-16 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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)