[issue8812] Show package path in repr string for packages installed to user site

Martin v. Löwis report at bugs.python.org
Tue May 25 00:46:41 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

Can you please provide a reproducible bug report? I have no idea what "paste" is or how it got into your .local folder. Please structure the bug report as follows:

1. this is what you did
2. this is what happened
3. this is what you expected to happen instead

Installing http://pypi.python.org/pypi/Paste through distribute's setup.py install --user, I get

py> paste
<module 'paste' from '/home/martin/.local/lib/python/2.7/site-packages/Paste-1.7.3.1-py2.7.egg/paste/__init__.pyc'>

----------

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


More information about the Python-bugs-list mailing list