Changes between Version 25 and Version 26 of PitFalls


Ignore:
Timestamp:
12/31/11 00:09:47 (17 months ago)
Author:
paranoidi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PitFalls

    v25 v26  
    7676curl -b oldcookiefile.txt --cookie-jar newcookiefile.txt http://url 
    7777}}} 
     78 
     79== Distribution Not Found == 
     80 
     81{{{ 
     82Traceback (most recent call last): 
     83  File "/usr/local/bin/flexget", line 5, in <module> 
     84    from pkg_resources import load_entry_point 
     85  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in <module> 
     86    working_set.require(__requires__) 
     87  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require 
     88    needed = self.resolve(parse_requirements(requirements)) 
     89  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve 
     90    raise DistributionNotFound(req) 
     91pkg_resources.DistributionNotFound: FlexGet==1.0r2175 
     92}}} 
     93 
     94This may happen when you upgrade your linux distribution and python version gets replaced with newer one, for example 2.6 with 2.7. Now when you try to run `flexget` command it will use newer version of python and !FlexGet is not installed on that. To fix the problem just reinstall !FlexGet.