20 Mar
2000
20 Mar
'00
3:43 a.m.
"R. David Murray" wrote:
On Sun, 19 Mar 2000, matt burleigh wrote:
import sys, string, sha, binascii, whrandom, getopt, getpass, os ImportError: No module named sha
sha is an optional python module.
It's now a standard module as of 1.5.2. I presume matt is using an old python or turned off sha. -Michel