Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1457  / 1 Year ago, sun, may 14, 2023, 5:09:03

After upgrading 11.04 to 11.10 (which was rather bumpy because of a failure with the flash-installer), I can't seem to start hamster-time-tracker.



Output:



user@machine:~$ hamster-time-tracker 
Traceback (most recent call last):
File "/usr/bin/hamster-time-tracker", line 478, in <module>
from hamster import i18n
ImportError: cannot import name i18n


Does anyone have any tips on where to start with this issue?


More From » 11.10

 Answers
6

The only way I've been able to get hamster going is by building it from source:



git clone git://git.gnome.org/hamster-applet
cd hamster-applet
./waf configure build --prefix=/usr
sudo ./waf install


From Project Hamster


[#43228] Monday, May 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
intssive

Total Points: 493
Total Questions: 119
Total Answers: 101

Location: Liberia
Member since Mon, Feb 1, 2021
3 Years ago
intssive questions
Tue, Mar 21, 23, 08:19, 1 Year ago
Wed, Aug 31, 22, 04:04, 2 Years ago
Sat, Sep 25, 21, 15:09, 3 Years ago
Fri, Dec 31, 21, 09:13, 2 Years ago
;