The install works, but C:\Python27\Lib\site-packages\repoze\__init__.py is not installed, which causes import repoze.lru to fail with ImportError: No module named repoze.lru.
Creating an empty file C:\Python27\Lib\site-packages\repoze\__init__.py solves the issue, but I'd say setup.py should not skip installing the init.py.
@valhallasw pip / setuptools have had recurring issues with installing namespace packages. Please feel free to re-open if you can reproduce with current versions of the two.
The install works, but
C:\Python27\Lib\site-packages\repoze\__init__.py
is not installed, which causesimport repoze.lru
to fail withImportError: No module named repoze.lru
.Creating an empty file
C:\Python27\Lib\site-packages\repoze\__init__.py
solves the issue, but I'd say setup.py should not skip installing the init.py.pip install log: