[issue26191] pip on Windows doesn't honor Case

Anders Rundgren report at bugs.python.org
Sun Jan 24 10:05:08 EST 2016


New submission from Anders Rundgren:

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.

----------
components: Installation
messages: 258887
nosy: anders.rundgren.net at gmail.com
priority: normal
severity: normal
status: open
title: pip on Windows doesn't honor Case
type: compile error
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26191>
_______________________________________


More information about the Python-bugs-list mailing list