Martin Hartmann writes:
I tried to intall some products in zope (2.5.1) by copying the product folders to lib/python/Products: AbracadrabaObject, PropertyObject, PropertyFolder. Zope runs under win95. If I start Zope, then there is an error message:
"... Error Zope couldn't install PropertyObject File c:\Programme\WebSite\lib\python\OFS\Application.py Line 609, in install_product Import Error: No module named Property Object ..." Are you sure, this is correctly spelled?
The " " in "Property Object" looks wrong. Probably, it is a typo. Check the content of your "Products/PropertyObject" folder. Something seems to be wrong there. For all types of product initialization problems activate Zope logging (--> doc/LOGGING.txt) and look in the log file. Dieter