[visionegg] Clues to error in ConfigParser.py?

VisionEggers:

Has anyone seen this error like the one below before? We've been deploying
experiments bundled with py2app without problem, and then on one machine
were getting this error from ConfigParser.py.... and we're completely
stumped. Any ideas?

    from VisionEgg.Core import *
   File "VisionEgg/__init__.pyc", line 81, in ?
   File "VisionEgg/Configuration.pyc", line 160, in __init__
   File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/ConfigParser.py",
line 240, in options
ConfigParser.NoSectionError: No section: 'General'


Full log below.

Any tips, pointers or hints appreciated.

Thanks,

Simeon

---------------------
Mac OS X Version 10.4.5 (Build 8H14)
2006-02-17 17:04:14 -0500
2006-02-17 17:04:16.628 SystemUIServer[272] lang is:en
2006-02-17 17:12:36.027 Software Update[336] can't write to
/Library/Logs/Software Update.log
Traceback (most recent call last):
   File "/Users/sally/Desktop/virtualMarimba/Sensory Integration
Experiment.app/Contents/Resources/__boot__.py", line 52, in ?
     _run('SensoryIntegrationMain.py')
   File "/Users/sally/Desktop/virtualMarimba/Sensory Integration
Experiment.app/Contents/Resources/__boot__.py", line 28, in _run
     execfile(path, globals(), globals())
   File "/Users/sally/Desktop/virtualMarimba/Sensory Integration
Experiment.app/Contents/Resources/SensoryIntegrationMain.py", line 24, in ?
     from VisionEgg.Core import *
   File "VisionEgg/__init__.pyc", line 81, in ?
   File "VisionEgg/Configuration.pyc", line 160, in __init__
   File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/ConfigParser.py",
line 240, in options
ConfigParser.NoSectionError: No section: 'General'
2006-02-17 17:13:48.199 Sensory Integration Experiment[359] Sensory
Integration Experiment Error
2006-02-17 17:13:48.200 Sensory Integration Experiment[359] An unexpected
error has occurred during execution of the main script

NoSectionError: No section: 'General'

Other related posts: