This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nbuck
Recipients nbuck
Date 2011-05-16.23:06:01
SpamBayes Score 9.596143e-05
Marked as misclassified No
Message-id <1305587162.23.0.405735006305.issue12094@psf.upfronthosting.co.za>
In-reply-to
Content
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:\Python26>python.exe Lib\idlelib\idle.py
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "Lib\idlelib\idle.py", line 6, in <module>
    import PyShell
  File "C:\Python26\Lib\idlelib\PyShell.py", line 3, in <module>
    import os
  File "C:\Python26\lib\os.py", line 398, in <module>
    import UserDict
  File "C:\Python26\lib\UserDict.py", line 82, in <module>
    import _abcoll
  File "C:\Python26\lib\_abcoll.py", line 11, in <module>
    from abc import ABCMeta, abstractmethod
ImportError: cannot import name ABCMeta
History
Date User Action Args
2011-05-16 23:06:02nbucksetrecipients: + nbuck
2011-05-16 23:06:02nbucksetmessageid: <1305587162.23.0.405735006305.issue12094@psf.upfronthosting.co.za>
2011-05-16 23:06:01nbucklinkissue12094 messages
2011-05-16 23:06:01nbuckcreate