• [^] # Re: Photorec

    Posté par . En réponse au message Récupération disque dur externe. Évalué à 1.

    Merci !

    Par contre j'ai un petit problème : le script que tu as donné ne marche pas chez moi.

    [jared@localhost ~]$ pip install exifread
    DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
    Requirement already satisfied: exifread in /usr/lib64/python2.7/site-packages (2.1.2)
    [jared@localhost ~]$ 
    

    Résultat :

    [jared@localhost ~]$ python recovery.py /home/jared/Vidéos/ /home/jared/Documents/
    python: can't open file 'recovery.py': [Errno 2] No such file or directory
    [jared@localhost ~]$ 
    

    J'ai raté quelque chose ?