Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

Upgrading from 0.5.0 to 0.6.0 #106

Closed jacobroufa closed 12 years ago

jacobroufa commented 12 years ago

I'm running Debian Wheezy with Python 2.7. After following the instructions for manual installation and having '$ sudo python2.7 setup.py install' run successfully without any errors I run '$ tyrs' and get the following output :

$ tyrs Traceback (most recent call last): File "/usr/local/bin/tyrs", line 5, in pkg_resources.run_script('tyrs==0.6.0', 'tyrs') File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235, in run_script execfile(script_filename, namespace, namespace) File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/EGG-INFO/scripts/tyrs", line 18, in main() File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/tyrs.py", line 61, in main init_tyrs() File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/tyrs.py", line 66, in init_tyrs init_interface() File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/tyrs.py", line 83, in init_interface user_interface = Interface() File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/interface.py", line 45, in init self.first_update() File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/interface.py", line 92, in first_update self.api.update_timeline(buff) File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/tweets.py", line 210, in update_timeline timeline.append_new_statuses(statuses) File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/timeline.py", line 40, in append_new_statuses items.append(StatusWidget(status.id, status)) File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/widget.py", line 91, in init w = urwid.AttrWrap(TitleLineBox(status_content, title=self.get_header(status)), 'body', 'focus') File "/usr/local/lib/python2.7/dist-packages/tyrs-0.6.0-py2.7.egg/tyrs/widget.py", line 242, in init ('fixed', 2, urwid.Divider(urwid.utf8decode("─"))), AttributeError: 'module' object has no attribute 'utf8decode'

Nic0 commented 12 years ago

Should be the same thing as #105 It come from the version of urwid used, in the other bug, he managed to pass through. I didn't really had time to check it closer.

Nic0 commented 12 years ago

Fixed