[Zope] Creating a Product
Tino Wildenhain
tino at wildenhain.de
Thu Jun 2 12:58:29 EDT 2005
Am Donnerstag, den 02.06.2005, 09:41 -0700 schrieb Varun Parange:
> hi,
>
> i have add a new directory in my "Products" directory..
>
> however, when i try to add the __init__.py file , it giver me an
> error..
>
>
> Error Type: BadRequest
> Error Value: The id "__init__" is invalid because it begins with an
> underscore.
>
>
> how do i add this file?
>
You do this all in the Filesystem where Zope runs. Hence the name:
Filesystem based products :-)
As oposite to creating objects thru the web. (Which are of course
limited)
More information about the Zope
mailing list