python-repoze.who does not install into /usr/lib/python2.7/dist-packages/repoze namespace and thus not available from pythonpath
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-repoze.lru (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
Confirmed
|
Medium
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned | ||
python-repoze.who (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
Confirmed
|
High
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Using 14.04. LTS.
python-repoze.who can not be used togeather with python-repoze.lru.
Pyhton-repoze.lru installs to
/usr/
while repoze.who installs to
/usr/
When doing an
import repoze.
the who.middleware is not know, since the system tries to find it in /usr/lib/
Additionally the __init__.py are missing.
When I do the following everything works fine.
cp -r /usr/share/
cp -r /usr/share/
/usr/lib/
cp -r /usr/share/
cp -r /usr/share/
touch /usr/lib/
Can the package be fixed, please?
Thanks a lot and kind regards
Cornelius
Also see: https:/ /bugs.debian. org/cgi- bin/bugreport. cgi?bug= 744367