Error loading modules

John Machin sjmachin at lexicon.net
Tue Nov 4 19:11:32 EST 2008


On Nov 5, 9:18 am, BL <bll... at gmail.com> wrote:
> I am very new to python.  I am installing it as part of a bazzar
> version control installation.
> I have installed the Crypto, paramiko and cElementTree modules.  I am
> running Solaris10x86.
> When testing the modules I get the following results.
>
>  python -c "import Crypto"
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> ImportError: No module named Crypto

What is "the Crypto module"? What is the path to the directory in
which you installed it? Do you mean one of crypto [case matters],
pycrypto, pyCrypto, M2Crypto, ...?



More information about the Python-list mailing list