[Python-Dev] RELEASED: Python 2.2.2b1 -- Arrrggggggghhhh!

Raymond Hettinger Raymond Hettinger" <python@rcn.com
Tue, 8 Oct 2002 00:19:15 -0400


Traceback (most recent call last):
  File "idle.py", line 3, in ?
    import PyShell
  File "C:\PYTHON22\Tools\idle\PyShell.py", line 16, in ?
    from EditorWindow import EditorWindow, fixwordbreaks
  File "C:\PYTHON22\Tools\idle\EditorWindow.py", line 13, in ?
    from IdleConf import idleconf
  File "C:\PYTHON22\Tools\idle\IdleConf.py", line 5, in ?
    from ConfigParser import ConfigParser, NoOptionError, NoSectionError
  File "C:\PYTHON22\lib\ConfigParser.py", line 172, in ?
    class ConfigParser:
  File "C:\PYTHON22\lib\ConfigParser.py", line 308, in ConfigParser
    _boolean_states = {'1': True, 'yes': True, 'true': True, 'on': True,
NameError: name 'True' is not defined