Hi,

I managed to install the plone-formlib example product from here :
http://plone.org/documentation/tutorial/using-zope-formlib-with-plone/?searchterm=formlib%20plone

Also i installed python products into my zope instance. Now, my
existing plone sites do not start up. Theyre giving me a "Site Error".
Also, when Im trying to create a new plone site it gives the same
error.

I checked the event.log in zope instance it says the following:
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 322, in
installProduct
  - __traceback_info__: ('ATReferenceBrowserWidget',)
 Module Products.ExternalMethod.ExternalMethod, line 225, in __call__
  - __traceback_info__: ((<PloneSite at /abc>,), {}, None)
 Module 
/home/adit/Packages/Plone-2.5.1/ATReferenceBrowserWidget/Extensions/Install.py,
line 15, in install
AttributeError: site_properties

Is anybody else also having this error? Any solutions to this?

Thanks,
Adit

On 3/27/07, Christian Klinger <[EMAIL PROTECTED]> wrote:
Adit Ranadive schrieb:
> Hi,
>
> My question is follows:
>
> I have a couple of page templates and a python script. The first page
> template
> contains a form for users to fill in their data. This form is submitted to
> another server and a perl script executes on the data on the form and
> sends back
> the response to the second page template. The second page template
> displays the
> response.
> I want to turn this into a product.
> What is the best possible way to do this?
>
> Also, keeping in mind that Im using Plone 2.5.1 and will be shifting to
> Plone
> 2.5.2 soon. For future compatibility in what way should the product be
> designed?
>
> Thanks,
> Adit
>
> P.S. : I dont know what the perl script does but I submit it data and it
> redirects the response to the second template.
>
Hi Adit,

do you know formlib. This is a zope 3 package, which is usable
through five. I find it very useful. Maybe this is an option
for you new product. It renders you automatically the input_form
from an interface of your Product. And it takes care on validation.

You can get some info about formlib here:

http://svn.zope.org/zope.formlib/branches/f12gsprint-widget/src/zope/formlib/form.txt?rev=38253&view=markup

The integration into plone:

http://plone.org/documentation/tutorial/using-zope-formlib-with-plone/?searchterm=formlib%20plone

hth Christian


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers



--
Adit Ranadive
MS CS Candidate
Georgia Institute of Technology,
Atlanta, GA

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to