Re[2]: [Zope] importing md5 module in python script

Chris McDonough chrism@zope.com
21 Oct 2002 10:07:22 -0400


The only way to do it is to "wrap" an MD5 object in someting that also
returned a wrapped object from new() in a Product.  At that point, it's
much easier to just write an external method or ditch the whole "through
the web" thing and write what you're doing in a Product.  So "no" is the
short answer, sorry. ;-)

- C


On Mon, 2002-10-21 at 07:43, 3205 5361 1215 9784 wrote:
> Hello Chris,
> 
> thanks for your answer.
> 
> is there a way of using md5 anyway in scripts? or do i really have to
> use external methods?
> 
> (thats not so easy;()
> 
> 
> or get a purely python defined object from somewhere, and make a
> product from it ... or anything ...
> 
> 
> thanks,
> 
> k