Hello, I am trying to create a new python product that builds on a previous product. I am doing the following: install product "Foo" Foo installs correctly. cp -r lib/python/Products/Foo lib/python/Products/Bar cd lib/python/Products/Bar search and replace "Foo", "Bar" rename Foo.py Bar.py, etc restart Zope, no errors Now, the drop-down box for adding objects includes object "Bar", but the installed prducts screen does not list Bar as an installed product, so adding Bar fails. Any help? Thanks, VL
VanL writes:
I am trying to create a new python product that builds on a previous product. I am doing the following:
install product "Foo" Foo installs correctly.
cp -r lib/python/Products/Foo lib/python/Products/Bar
cd lib/python/Products/Bar search and replace "Foo", "Bar" rename Foo.py Bar.py, etc
restart Zope, no errors
Now, the drop-down box for adding objects includes object "Bar", but the installed prducts screen does not list Bar as an installed product, so adding Bar fails. Enable Zope logging (--> search "STUPID_LOG_FILE" in the mailing list archive). Look at the log file...
Dieter
participants (2)
-
Dieter Maurer -
VanL