My knowledge of both python and Zope is pretty close to zero here, so please bear with me on what might be a most stupid question ... but ... Just upgraded Zope t o2.6.1 from 2.6.0 ... figured that would be nice and safe, but now the site doesn't start up with an error of: 2003-07-02T19:01:52 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/www/Zope/z2.py, line 498, in ? File <string>, line 1, in ? File /usr/local/www/Zope/lib/python/Zope/__init__.py, line 18, in ? ImportError: No module named FindHomes the module is in: # ls -lt `pwd`/Find* -rw------- 1 root wheel 2525 Jul 2 18:59 /usr/local/www/Zope/lib/python/App/FindHomes.pyc -rw-r--r-- 1 www wheel 2962 Nov 28 2001 /usr/local/www/Zope/lib/python/App/FindHomes.py and the offending line in z2.py is: import sys, os, App.FindHomes sys.path.insert(0, os.path.join(SOFTWARE_HOME, 'ZopeZODB3')) Am I missing something semi-obvious here? :( Thanks ...