Dividing Products into separate Folders
He folks, I have two folders for Products, one for stuff that comes with Zope and one for stuff that I add to the installation later on. It seems to work fine but I get the following error message in the logfile: ------ 2003-04-22T18:14:40 PROBLEM(100) OFS.Application Duplicate Product name After loading Product '__init__.py' from 'E:\\Zope\\Products', I skipped the one in 'E:\\ZopeSite\\lib\\python\\Products'. Any Explanations ? Can I ignore that one ? Thanks, Volker Wend
On Wednesday 23 April 2003 12:32 am, volker.wend@efgbsh.de wrote:
He folks,
I have two folders for Products, one for stuff that comes with Zope and one for stuff that I add to the installation later on. It seems to work fine but I get the following error message in the logfile:
------ 2003-04-22T18:14:40 PROBLEM(100) OFS.Application Duplicate Product name After loading Product '__init__.py' from 'E:\\Zope\\Products', I skipped the one in 'E:\\ZopeSite\\lib\\python\\Products'.
Any Explanations ? Can I ignore that one ?
iirc, zope checks INSTANCE_HOME first, then SOFTWARE_HOME so, if we have the same product in both setup, it'll load the one in INSTANCE_HOME first. depending on your wants, you may or may not ignore that warning. correct me if i'm wrong, please hth
Thanks, Volker Wend
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
volker.wend@efgbsh.de wrote at 2003-4-22 18:32 +0200:
I have two folders for Products, one for stuff that comes with Zope and one for stuff that I add to the installation later on. It seems to work fine but I get the following error message in the logfile:
------ 2003-04-22T18:14:40 PROBLEM(100) OFS.Application Duplicate Product name After loading Product '__init__.py' from 'E:\\Zope\\Products', I skipped the one in 'E:\\ZopeSite\\lib\\python\\Products'.
I see something like this regularly when a product with the same name is located in different "Products" folders. However, I have never seen it for the "Products" folder itself. It appears as if you had confused Zope (somehow). However, when all your products are found, you can probably ignore this warning. Dieter
participants (3)
-
Bakhtiar A Hamid -
Dieter Maurer -
volker.wend@efgbsh.de