Re: [Webware-devel] Cryptic error message on specifying nonexistentcontext

2003-06-09 Thread Edmund Lian
Aaron Held wrote: A friendlier error message would be nice, but WW should not load if the Application.config is wrong. Yes, I see that other kinds of exceptions stop the load. In URLParser.py I see: 172try: 173importAsName = name 174localDir, packageName = os.pat

Re: [Webware-devel] Cryptic error message on specifying nonexistentcontext

2003-06-09 Thread Aaron Held
A friendlier error message would be nice, but WW should not load if the Application.config is wrong. -Aaron Edmund Lian wrote: If Application.config contains a nonexistent context, Webware CVS throws the following--rather cryptic--exception, and does not actually identify what the missing con