Closed GoogleCodeExporter closed 8 years ago
python: 2.6.5-0ubuntu1
Original comment by netv...@gmail.com
on 6 Sep 2010 at 9:24
This would solve the problem:
mkdir -p /root/.local/share/
But now I get a different problem:
Traceback (most recent call last):
File "/usr/bin/google", line 676, in <module>
main()
File "/usr/bin/google", line 662, in main
run_once(options, args)
File "/usr/bin/google", line 504, in run_once
task.run(client, options, args)
File "/usr/lib/pymodules/python2.6/googlecl/docs/base.py", line 485, in _run_list
delimiter=options.delimiter)
File "/usr/lib/pymodules/python2.6/googlecl/base.py", line 603, in compile_entry_string
return_string += val.replace(delimiter, ' ') + delimiter
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 0: ordinal
not in range(128)
Original comment by netv...@gmail.com
on 6 Sep 2010 at 9:58
This issue was closed by revision r409.
Original comment by tom.h.mi...@gmail.com
on 7 Sep 2010 at 8:19
I've attached a patch that will fix this without using a mkdir command from the
terminal.
P.S. the other error you're running into is Issue 279. I've just posted a patch
for it in the issue tracker, so give that a shot. Thanks!
Original comment by tom.h.mi...@gmail.com
on 7 Sep 2010 at 8:26
Attachments:
Issue 282 has been merged into this issue.
Original comment by tom.h.mi...@gmail.com
on 12 Sep 2010 at 6:43
Issue 288 has been merged into this issue.
Original comment by tom.h.mi...@gmail.com
on 21 Sep 2010 at 11:50
Original issue reported on code.google.com by
netv...@gmail.com
on 6 Sep 2010 at 8:57