[Zope-CMF] Product registration error in registerDirectory for directory
with open permissions
Dieter Maurer
dieter@handshake.de
Mon, 1 Jul 2002 22:58:02 +0200
J C Lawrence writes:
> I'm getting the following traceback from the __init__ for a CMF product
> I'm working on:
> ....
> listdir(path))
> OSError: [Errno 2] No such file or directory: '/var/lib/zope/Products/CalTopic/skins/caltopic'
>
> The problem is that /var/lib/zope/Products/CalTopic/skins/caltopic both
> exists and is world readable:
Are you sure that all components down to "caltopic" are searchable
(have the "x" permission bit for the Zope user)?
Dieter