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? regards, varun --------------------------------- Yahoo! Mail Stay connected, organized, and protected. Take the tour
On 6/2/05, Varun Parange <varunsemail@yahoo.com> 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/
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)
participants (3)
-
Lennart Regebro -
Tino Wildenhain -
Varun Parange