Re: [Zope] Creating a Product

2005-06-02 Thread Tino Wildenhain
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)

___
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 )


Re: [Zope] Creating a Product

2005-06-02 Thread Lennart Regebro
On 6/2/05, Varun Parange <[EMAIL PROTECTED]> wrote:
> 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?

The Products folder in  the control panel is not a file system
directory. The Products directory refers to the directory "Products"
that is created on the file system, where you created your Zope
instance when you installed Zope.

-- 
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
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 )


[Zope] Creating a Product

2005-06-02 Thread 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: BadRequestError Value: The id "__init__" is invalid because it begins with an underscore.
how do i add this file?
regards,
varun
		Yahoo! Mail 
Stay connected, organized, and protected. Take the tour___
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 )