dbr / tvnamer

Automatic TV episode file renamer, uses data from thetvdb.com via tvdb_api
https://pypi.python.org/pypi/tvnamer/
The Unlicense
912 stars 115 forks source link

Issue with Python 2.7 / Mac OS Lion #32

Closed jcontonio closed 13 years ago

jcontonio commented 13 years ago

Just running tvnamer with no parameters gives me this message which I don't quite understand:

Traceback (most recent call last): File "/usr/local/bin/tvnamer", line 5, in from pkg_resources import load_entry_point File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in working_set.require(requires) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require needed = self.resolve(parse_requirements(requirements)) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve raise DistributionNotFound(req) # XXX put more

Any ideas? Completely stopped working after upgrading to Lion.

dbr commented 13 years ago

Have you tried reinstalling the package (e.g rerunning easy_install tvnamer or python setup.py install)? The error is presumably with setuptools not finding the required module, which I guess could have been removed with the upgrade..?

jcontonio commented 13 years ago

Thank you sir. I'm not at all into this stuff so error messages are greek to me. Did the easy_install.