|
From: Charlie G. <cha...@gm...> - 2008-06-22 21:45:22
|
On Fri, Jun 20, 2008 at 11:19 AM, <Bal...@je...> wrote: > I am trying to import hashlib in my jython script......and getting error msg > > No Module named _md5 Jython 2.2 does have the sha module: http://docs.python.org/lib/module-sha.html You'll want to update to hashlib when things move to 2.5, but you should be able to import sha directly for now. Charlie |