1574: Build error on 0.5.8

matrixwo*********@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
March 28, 2010
Seems missing ez_setup.

/usr/bin/python setup.py build
Traceback (most recent call last):
  File "setup.py", line 27, in <module>
    from ez_setup import use_setuptools
ImportError: No module named ez_setup

Thanks.
chipx86
#1 chipx86
We can fix this for 0.5.9, but you should be able to easily install using
`easy_install -U Djblets`.
chipx86
#2 chipx86
Fixed in 20edf75
  • +Fixed
  • +Djblets
    +Component-Deployment
  • +chipx86