This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anders.rundgren.net@gmail.com
Recipients anders.rundgren.net@gmail.com
Date 2016-01-24.15:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453647908.67.0.442004366007.issue26191@psf.upfronthosting.co.za>
In-reply-to
Content
pip install Crypto

Terminates correctly and the package is there as well.
Unfortunately the directory is named "crypto" rather than "Crypto" so when I perform

>>>import Crypto

the interpreter fails.

>>>import crypto 

seems to work but is incompatible over platforms.

If this is a problem with pycrypto or pip is beyond my knowledge of python.
History
Date User Action Args
2016-01-24 15:05:08anders.rundgren.net@gmail.comsetrecipients: + anders.rundgren.net@gmail.com
2016-01-24 15:05:08anders.rundgren.net@gmail.comsetmessageid: <1453647908.67.0.442004366007.issue26191@psf.upfronthosting.co.za>
2016-01-24 15:05:08anders.rundgren.net@gmail.comlinkissue26191 messages
2016-01-24 15:05:08anders.rundgren.net@gmail.comcreate