Hello, 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 ..." After that it is possible to work with zope unter win95, but without these products. With Win2000 there is no problem to install these products. Where is the mistake ? Thank you, Martin Hartmann
Maybe you have not installed the PropertyObject product? -aj --On Montag, 11. November 2002 13:58 +0100 Martin Hartmann <mhartmann@artec-berlin.com> wrote:
Hello, 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 ..."
After that it is possible to work with zope unter win95, but without these products. With Win2000 there is no problem to install these products. Where is the mistake ? Thank you, Martin Hartmann
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
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
Hallo, Thank you for your input. sorry for answering so late. I had to test some things at home. Dieter Maurer wrote:
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.
You are right: PropertyObject
Check the content of your "Products/PropertyObject" folder. Something seems to be wrong there.
I had checked the content of the "Products/PropertyObject" folder, but I did not found a mistake. Then I installed the PropertyObject, PropertyFolder and AbracadabraObject again and now it is running. I used the products from www.zope.org via download, but these are the same files. I don't understand this. In the beginning of the procedure I took the product files from a disk to take it home, the files where used in zope running in a Win2000 system. At home there is Win95. Maybe, there is a mistake ? Martin
participants (3)
-
Andreas Jung -
Dieter Maurer -
Martin Hartmann