[issue8286] distutils: path '[...]' cannot end with '/' -- need better error message

Sridhar Ratnakumar report at bugs.python.org
Wed Jul 21 18:05:29 CEST 2010


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

Repro steps on a Windows machine:

1. pip install --no-install django-navbar==0.2

Yes, it seems like a bug in the MANIFEST file of the django-navbar project (which is not mine) that seems to have been fixed in the subsequent 0.3 release.

> at best it needs a better error message.

+1

----------
title: distutils: path '[...]' cannot end with '/' -> distutils: path '[...]' cannot end with '/' -- need better error message
type: behavior -> feature request
versions: +Python 3.2, Python 3.3 -Python 2.6

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


More information about the Python-bugs-list mailing list