[Pythonmac-SIG] MacPython 1.6a2: EditPythonPrefs Bug

Murphy/Kostick jwmdck@monmouth.com
Fri, 12 May 2000 20:10:10 -0400


Jack:

EditPythonPrefs bombs (see below) when the user selects the
"Default 
Startup Options" button.

Changing the last entry of opt_dialog_map (EditPythonPrefs.py:
line 54)
from "nonavservices" to "nonavservice" seems to remove the problem.

Jim Murphy
Wall Township, New Jersey
USA

=================================
Traceback (most recent call last):
  File "Macintosh
HD:SWdev:Jack:Python:Mac:scripts:EditPythonPrefs.py", line 186,
in ?
  File "Macintosh
HD:SWdev:Jack:Python:Mac:scripts:EditPythonPrefs.py", line 179,
in main
  File "Macintosh
HD:SWdev:Jack:Python:Mac:scripts:EditPythonPrefs.py", line 162,
in edit_preferences
  File "Macintosh
HD:SWdev:Jack:Python:Mac:scripts:EditPythonPrefs.py", line 144,
in interact
  File "Macintosh
HD:SWdev:Jack:Python:Mac:scripts:EditPythonPrefs.py", line 81, in optinteract
KeyError: nonavservices
==================================