[Pythonmac-SIG] problem with EditPythonPrefs

Magladry, Stephen stephenm@humongous.com
Mon, 26 Aug 2002 17:55:38 -0700


I am trying to run EditPythonPrefs and get the following error. 

Traceback (most recent call last):
  File "Mac OS X:Applications:Python 2.2.1:Mac:scripts:EditPythonPrefs.py",
line 212, in ?
    main()
  File "Mac OS X:Applications:Python 2.2.1:Mac:scripts:EditPythonPrefs.py",
line 205, in main
    edit_preferences()
  File "Mac OS X:Applications:Python 2.2.1:Mac:scripts:EditPythonPrefs.py",
line 187, in edit_preferences
    options = handler.load()
  File "Mac OS X:Applications:Python 2.2.1:Mac:Lib:pythonprefs.py", line 83,
in load
    dict['creator'], dict['type'] = self.gusi.load()
  File "Mac OS X:Applications:Python 2.2.1:Mac:Lib:pythonprefs.py", line 40,
in load
    self.data = self.loader.load()
  File "Mac OS X:Applications:Python 2.2.1:Mac:Lib:preferences.py", line 57,
in load
    self.data = self.default.load()
  File "Mac OS X:Applications:Python 2.2.1:Mac:Lib:preferences.py", line
119, in load
    self.data = self.default.load()
  File "Mac OS X:Applications:Python 2.2.1:Mac:Lib:preferences.py", line 21,
in load
    raise Error, "No default given"
Preferences.Error: No default given

Can someone tell me what is going wrong? I am able to run
ConfigurePythonCarbon,  but after that EditPythonPrefs fails.

Thanks,

Stephen Magladry