sgh7 / chrome_utils

Linux command-line utilities for Google's Chromium browser
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

TypeError when running chrome_history.py with Python 3 #12

Closed sgh7 closed 9 years ago

sgh7 commented 9 years ago

python3 chrome_utils/chrome_history.py --show-url /tmp/hfile gives

Traceback (most recent call last): File "chrome_utils/chrome_history.py", line 128, in print(visit[4], end=' ') File "/usr/lib/python3.2/codecs.py", line 356, in write self.stream.write(data) TypeError: must be str, not bytes