Comment 31 for bug 1179007

Revision history for this message
Clark Boylan (cboylan) wrote :

pbr requires a newish version of Distribute. If you run `python setup.py --version` prior to `python setup.py install` it should pull in the required version of Distribute. (It tries to pull it in when you run the install on its own but it doesn't restart the process or reload the library to pick up the newness).