install probs on sparc-linux
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
On Tue, May 16, 2000 at 12:40:16PM -0400, Kevin Vranes wrote:
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:
You probably need to recompile python, modifying Modules/Setup.in to include the sha module in the compilation, then you'll probably be able to run Zope successfully: I use it at work on a RedHat 4.2 SparcLinux box with python 1.5.2 bye, Jerome
participants (2)
-
Jerome ALET -
Kevin Vranes