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 Here is the path setups and the modules have been verified to be in those directories. Python 2.5.1 (r251:54863, May 16 2007, 19:39:00) [GCC 3.4.6] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.path ['', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5', '/usr/ local/lib/python2.5/plat-sunos5', '/usr/local/lib/python2.5/lib-tk', '/ usr/local/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site- packages'] Any assistance would be appreciated -- http://mail.python.org/mailman/listinfo/python-list