Hi I'm running RH 6.2 on a sparc and trying to install Zope 2.1.6 from source. I installed python1.5.2 with threads but the configure is always dying at: ---------------------------------------------------------- chmod 0711 /home/pkgs/Zope-2.1.6-src/var Traceback (innermost last): File "w_pcgi.py", line 111, in ? if __name__=='__main__': main(sys.argv[0]) File "w_pcgi.py", line 109, in main import wo_pcgi; wo_pcgi.main(me) File "/home/pkgs/Zope-2.1.6-src/wo_pcgi.py", line 107, in main import zpasswd; zpasswd.write_access(home, user, group) File "/home/pkgs/Zope-2.1.6-src/zpasswd.py", line 90, in ? import sys, string, sha, binascii, whrandom, getopt, getpass, os ImportError: No module named sha ---------------------------------------------------------- I can't find sha.py (.pyo .so) anywhere, but I can find the other modules (such as binascii). can anybody help? Thanks