24 May
2001
24 May
'01
6:31 p.m.
"gv" == gv venkateswaran <gv_indian@yahoo.com> writes:
gv> I have installed the prerequisites properly and I
gv> checked ... working...
gv> What this error shows?
| ImportError: No module named sha
What version of Python are you using? It doesn't have the sha module enabled. Depending on the Python version, you may have to edit Python's Modules/Setup file to enable it. It should be auto-enabled in Python 2.1.
-Barry