[Python-Dev] RELEASED: Python 2.2.2b1 -- Arrrggggggghhhh!
Raymond Hettinger
Raymond Hettinger" <python@rcn.com
Tue, 8 Oct 2002 00:28:05 -0400
It looks like the windows build includes an updated
python_d.dll but leaves an out-of-date python.dll:
PYTHON22 DLL 843,833 05-08-02 2:34a python22.dll
PYTHON~1 DLL 1,744,943 08-02-02 8:55p python22_d.dll
Raymond Hettinger
----- Original Message -----
From: "Raymond Hettinger" <raymond.hettinger@verizon.net>
To: <python-dev@python.org>; "Guido van Rossum" <guido@python.org>
Sent: Tuesday, October 08, 2002 12:19 AM
Subject: [Python-Dev] RELEASED: Python 2.2.2b1 -- Arrrggggggghhhh!
> 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
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> http://mail.python.org/mailman/listinfo/python-dev
>