sure..
python -V :
Python 2.6.6
python -c "import time; print time.gmtime(0)" :
time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0,
tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)
2010/9/7 Markus Korn
> Raised importance as other users seem to be affected by this bug too
>
** Also affects: zeitgeist
Importance: Undecided
Status: New
--
zeitgeist crash when opening activity journal
https://bugs.launchpad.net/bugs/626056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
u
Raised importance as other users seem to be affected by this bug too
(see duplicate)
@xof32,
as you are the reporter of the same issue, can you also please give me the
output of
python -V
and
python -c "import time; print time.gmtime(0)"
Thanks,
Markus
** Changed in: zeitgeist (Ubuntu)
Im
Hi Javier,
thanks for reporting this bug. In order to understand what's going wrong it
would be great if you could open a terminal and give me the output of these two
commands:
python -V
python -c "import time; print time.gmtime(0)"
Also, are you still able to reproduce this issue everytime y