start up errors due to ExtensionClass module
can anyone help?? I keep getting this message when trying to do a start of the zope server 2003-10-15T17:57:02 INFO(0) zdaemon Started subprocess: pid 20927 ------ 2003-10-15T17:57:02 PANIC(300) z2 Startup exception Traceback (innermost last): File /home/beatrix/Zope-2.6.2-linux2-x86/z2.py, line 585, in ? File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Zope/__init__.py, line 45, in startup File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Zope/App/startup.py, line 16, in ? File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/AccessControl/__init__.py, line 16, in ? File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/AccessControl/DTML.py, line 18, in ? File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/DocumentTemplate/__init__.py, line 21, in ? ImportError: No module named ExtensionClass Reading through messages on this forum I was thinking this could be a python version problem but I've tried compiling and recompiling with different versions and can't solve it. My Extension class files are in /home/beatrix/Zope-2.6.2-linux2-x86/lib/Components .... in the ExtensionClass directory I've then got a build dir with the corresponding built files in it.... should these be in another place? Ruth
Ruth Mizzi wrote:
can anyone help??
Well, python can't find the compiled versions of ExtensionClass. What I'd do is backup you data.fs and re-install from scratch, since it appears something ahs gone pretty awry... Chris
participants (2)
-
Chris Withers -
Ruth Mizzi