Comment 2 for bug 241958

Revision history for this message
Karolis (karolis) wrote :

I can confirm having this problem too.

I did install setuptools via apt-get. I have also tried downloading the file.

Nothing helps, when I run python setup.py build, I get this:

Traceback (most recent call last):
  File "setup.py", line 11, in <module>
    version = Popen(["bzr", "revno"], stdout=PIPE).communicate()[0]
  File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
    errread, errwrite)
  File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory