[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnowsys-help] doubts in using gnowsys
From: |
Nagarjuna G. |
Subject: |
Re: [Gnowsys-help] doubts in using gnowsys |
Date: |
Thu, 28 Feb 2008 18:59:40 +0530 |
On Thu, Feb 28, 2008 at 12:06 AM, Himanshu Chauhan
<address@hidden> wrote:
>
> we are trying to write the following code in zope for adding object in
> GNOWSYS:
>
> import polib
>
>
are you writing this code in the script object? if so, you cannot
import polib. what you have to do is to create a file within the
Extensions folder of the product.
I suggest to harvest the pofiles not from zope, but connect to zope
using xmlrpc from a regular python application. for harvesting you do
need only a gnowsys server running, but you can run the python
application from any client.
Hope you understood.
Nagarjuna