rescuetime v99 not installing in ubuntu 10.04
From v99, I am running:
python setup.py build
sudo python setup.py install
but /usr/local/bin is empty.
python setup.py build returns:
/usr/lib/
warnings.warn(msg)
running build
running build_py
sudo python setup.py install returns:
/usr/lib/
warnings.warn(msg)
running install
running build
running build_py
running install_lib
running install_egg_info
Removing /usr/local/
Writing /usr/local/
Note - this removing/writing might be because this was my second attempt to install. Both attempts followed exactly the same procedure, I just did not capture the output the first time.
I have "resuetime" files in
/usr/local/
WIthout the rescuetime_
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Mark Dwyer
- Solved:
- 2010-08-16
- Last query:
- 2010-08-16
- Last reply:
Mark Dwyer (mdwy62) said : | #1 |
Following comments from briancgraham for question 109008 (https:/
First, note that the .egg file in the v99 distribution is:
setuptools-
which seems to be the right version.
I noticed though that 0.6c11 is not listed in
ez_setup.py
so I followed the directions given by briancgraham in the answers page above and
downloaded the version:
http://
which does include an entry for the 0.6c11 version.
I then ran the missing command (not included as far as I can tell in
the README file with v99)
sudo sh setuptools-
Next running first python command as root (different from README
file):
sudo python setup.py build
This produced no warnings (in contrast to my previous attempt), just returned:
running build
running build_py
Then ran install command:
sudo python setup.py install
which produced a great deal of output, including writes to
/usr/local/bin:
/usr/
/usr/
/usr/
/usr/
/usr/
/usr/
Thanks briancgraham!
Q: what do the easy_install files do?
PGsm (pooja-gomes) said : | #2 |
I understand you solved your problem but I am still having problems.
I followed your instruction but this is what I got (posting the Terminal's workout):
pooja@pooja-
pooja@pooja-
Processing setuptools-
Copying setuptools-
Adding setuptools 0.6c11 to easy-install.pth file
Installing easy_install script to /usr/local/bin
Installing easy_install-2.6 script to /usr/local/bin
Installed /usr/local/
Processing dependencies for setuptools==0.6c11
Finished processing dependencies for setuptools==0.6c11
pooja@pooja-
bzr: ERROR: Not a branch: "/home/
running build
running build_py
pooja@pooja-
bzr: ERROR: Not a branch: "/home/
running install
Checking .pth file support in /usr/local/
/usr/bin/python -E -c pass
TEST PASSED: /usr/local/
running bdist_egg
running egg_info
creating RescueTimeUploa
writing RescueTimeUploa
writing top-level names to RescueTimeUploa
writing dependency_links to RescueTimeUploa
writing entry points to RescueTimeUploa
writing manifest file 'RescueTimeUplo
reading manifest file 'RescueTimeUplo
writing manifest file 'RescueTimeUplo
installing library code to build/bdist.
running install_lib
running build_py
creating build/bdist.
creating build/bdist.
creating build/bdist.
copying build/lib.
copying build/lib.
copying build/lib.
creating build/bdist.
copying build/lib.
copying build/lib.
copying build/lib.
copying build/lib.
creating build/bdist.
creating build/bdist.
copying build/lib.
creating build/bdist.
copying build/lib.
creating build/bdist.
copying build/lib.
creating build/bdist.
copying build/lib.
creating build/bdist.
copying build/lib.
creating build/bdist.
copying build/lib.
creating build/bdist.
copying build/lib.
creating build/bdist.
copying build/lib.
copying build/lib.
copying build/lib.
byte-compiling build/bdist.
byte-compiling build/bdist.
byte-compiling build/bdist.
byte-compiling build/bdist.
byte-compiling build/bdist.
byte-compiling build/bdist.
byte-compiling build/bdist.
creating build/bdist.
copying RescueTimeUploa
copying RescueTimeUploa
copying RescueTimeUploa
copying RescueTimeUploa
copying RescueTimeUploa
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/RescueTim
removing 'build/
Processing RescueTimeUploa
Copying RescueTimeUploa
Adding RescueTimeUploader 0.0.0 to easy-install.pth file
Installing rescuetime_
Installing rescuetime_
Installing rescuetime_
Installing rescuetime_
Installed /usr/local/
Processing dependencies for RescueTimeUploa
Finished processing dependencies for RescueTimeUploa
pooja@pooja-
-------
Can you please help me out?
I have downloaded the package to my /home/pooja folder and then started by following the README file. When I got stuck I turned to this page. I'm at loss, now. Please help.
Thank you.
PGsm (pooja-gomes) said : | #3 |
Hi, again!
Can someone please help me install this software please?
I previously posted the details of the Terminal. I tried following Mark Dwyker's tweaks but to no avail.
dmahlow (d-mahlow-gmail) said : | #4 |
Did you properly replace the file ez_setup.py from within the rescuetime-