Nic0 / tyrs

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

Ubuntu Problems #89

Closed LeXeL closed 12 years ago

LeXeL commented 12 years ago

Hello i am having this problem with tyrs...

lexel@lexel-Lab:~/Descargas/tyrs-0.4.0$ tyrs Traceback (most recent call last): File "/usr/bin/tyrs", line 4, in import pkg_resources File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2672, in working_set.require(requires) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 654, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 552, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: tyrs==0.4.2

Nic0 commented 12 years ago

Hi,

It might come from the revision you downloaded, it's seems looking for the 0.4.2, but your prompt show the 0.4.0. Did you get the latest version? You can get the 0.4.2 on that link: http://pypi.python.org/pypi/tyrs

LeXeL commented 12 years ago

i did get the last version from git and also from pypi i don't know what may cause this

Nic0 commented 12 years ago

How did you installed it in the first time? There is something weird with the first line of the backtrace File "/usr/bin/tyrs", line 4, in import pkg_resources As this file does not have an import pkg_resources, so this file is probably not the one that it should be. You may try a git clone, and start directly with ./tyrs it should work without a proper installation. My guess would be something wrong on the first installation, still there (maybe some .pyc file)

LeXeL commented 12 years ago

yeah well it works now thnx for all sorry for the delay on the answer