[Zope] - Importing objects

Pavlos Christoforou pavlos@gaaros.msrc.sunysb.edu
Mon, 7 Dec 1998 20:43:02 -0500 (EST)


On Mon, 7 Dec 1998, Andy Dustman wrote:

> 
> Note: the Client module uses rand, which I think is obsoleted; it is no
> longer in the Python Library Reference. To get around this, I did:
> 
> #from rand import rand
> from whrandom import randint
> def rand(): return randint(0,2**31)

For entries that change regularly and often I do not use BoboPOS. Assuming
that the e-mails arrive on the server machine you can store them in any
format you want (shelve,xml plain text) and have Zope open your e-mail
database and process them. 


Pavlos