[Zope] Dividing Products into separate Folders

volker.wend@efgbsh.de volker.wend@efgbsh.de
Thu, 24 Apr 2003 09:29:39 +0200


I think, I now how I confused Zope. I had the File __init__.py in both
locations. This seems to be only neccassary in the "main" products folder.

Thanks,
Volker

-----Original Message-----
From: Dieter Maurer [mailto:dieter@handshake.de] 
Sent: Mittwoch, 23. April 2003 20:56
To: volker.wend@efgbsh.de
Cc: zope@zope.org
Subject: Re: [Zope] Dividing Products into separate Folders


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