runtime error in setup.py
Asked by
frankgilroy
on 2008-08-27
Hey folks. I'd love to get this uploader working for my ubuntu installation. I'm running Ubuntu with Python 2.5.2. I get the following error when I run "phython setup.py build"
Traceback (most recent call last):
File "setup.py", line 11, in <module>
version = Popen(["bzr", "revno"], stdout=
File "/usr/lib/
errread, errwrite)
File "/usr/lib/
raise child_exception
OSError: [Errno 2] No such file or directory
Any clues?
Frank
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- frankgilroy
- Solved:
- 2008-08-27
- Last query:
- 2008-08-27
- Last reply:
frankgilroy (fjgilroy) said : | #1 |
Nevermind ... should have searched the forum first. The following fix worked.
sudo apt-get install bzr
To post a message you must log in.