[Zope-CMF] Deleting Emerging sample site
Dieter Maurer
dieter@handshake.de
Sun, 30 Jun 2002 23:44:04 +0200
Juan Pablo Romero writes:
> I want do delete the folder 'emerging' that is installed by CMFExample
> product.
>
> Nevertheless, when I try do delete it, zope gives an error mesage (IO
> Error) and nothing happens.
>
> What can I do?
Look at the traceback which might be hidden in an HTML comment
(look at the page source to find it in this case).
"emerging" may reside in the file system and not be a real
Zope object.
Dieter