cannot install in ubuntu hardy /fails at python setup/

Asked by Jess Crockett

My first entry to this site since. briefly

jess@home:~/Desktop/rescuetime-linux-uploader-84/firefox_extension$ sh config_build.sh
jess@home:~/Desktop/rescuetime-linux-uploader-84/firefox_extension$ sh build.sh
mkdir: created directory `build'
mkdir: created directory `build/chrome'
Generating build/chrome/rescuetime_exporter.jar...
find: content: No such file or directory
find: skin: No such file or directory
  adding: locale/en-US/rescuetime_exporter.properties (stored 0%)
  adding: locale/en-US/rescuetime_exporter.dtd (stored 0%)
Copying various files to build folder...
defaults/preferences -> build/defaults/preferences
`defaults/preferences/rescuetime_exporter.js' -> `build/defaults/preferences/rescuetime_exporter.js'
`install.rdf' -> `build/install.rdf'
`chrome.manifest' -> `build/chrome.manifest'
Preprocessing chrome.manifest...
Generating rescuetime_exporter.xpi...
  adding: chrome/ (stored 0%)
  adding: chrome/rescuetime_exporter.jar (deflated 49%)
  adding: chrome.manifest (deflated 65%)
  adding: defaults/ (stored 0%)
  adding: defaults/preferences/ (stored 0%)
  adding: defaults/preferences/rescuetime_exporter.js (deflated 31%)
  adding: install.rdf (deflated 48%)
Cleanup...
Done!
jess@home:~/Desktop/rescuetime-linux-uploader-84/firefox_extension$ cd ..;
jess@home:~/Desktop/rescuetime-linux-uploader-84$ ls
domainwhitelist.txt gnome_applet README
epiphany_extension gnome_preferences RescueTimeUploader
ez_setup.py LICENSE setup.py
firefox_extension make_release_tarball window-title
jess@home:~/Desktop/rescuetime-linux-uploader-84$ cat README
Usage:
===============
Install the appropriate plugin for your preferred browser:

Firefox:
 Open the firefox_extension/rescuetime_exporter.xpi file in Firefox, and follow the instructions within Firefox to install it.

Epiphany:
 Run install.sh within the epiphany_extension directory. You may need to enable Epiphany extensions (in Ubuntu, run "sudo apt-get install epiphany-extensions").

Run "python setup.py build" then "sudo python setup.py install" to use setuptools to install the program. It will install a script into /usr/bin/rescuetime_linux_uploader that allows you to run the executable from the command line. It will also install the gnome panel applet.

To run from the command line:
 Run "rescuetime_linux_uploader" and follow the instructions to enter your username and password. These will be stored in $HOME/.rescuetime/preferences, should you need to change them.

To add to your gnome panel:
 Right click on your gnome panel, click "Add to Panel..", and select "RescueTime" from the "Utility" section. Fill out your username and password, if necessary.
jess@home:~/Desktop/rescuetime-linux-uploader-84$ python setup.py build
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
=====

A simple solution?

Question information

Language:
English Edit question
Status:
Solved
For:
RescueTime Linux Uploader Edit question
Assignee:
No assignee Edit question
Solved by:
zcrar70
Solved:
Last query:
Last reply:
Revision history for this message
Best zcrar70 (eliemedeiros) said :
#1

sudo apt-get install bzr

Revision history for this message
Jess Crockett (tefflox) said :
#2

Fastest solution ever. Thanks.

Encore? A few simple pointers for config in firefox & gnome?

Revision history for this message
Jess Crockett (tefflox) said :
#3

Thanks zcrar70, that solved my question.

Revision history for this message
marco_ask (marco-assini) said :
#4

thanks