Comment 11 for bug 483222

Revision history for this message
Damon Lynch (dlynch3) wrote :

Hi Dr. Thomas, sorry the information you provided does not give me any additional information to solve the problem.

Assuming you have the same device (e.g. memory card) with the same images, please try this, from the command line:

cd /media/Daten/Thomas/Eigene Dateien/Eigene
python
import shutil
shutil.copy2('/media/EOS_DIGITAL/DCIM/210CANON/IMG_2793.CR2', '.')

You can type Ctrl-D to exit from python when you're done. I suspect that command will give you an error. Please let me know what happens. If it gives an error, please copy and paste it to this bug report. If it doesn't give an error, please let me know.

Please also try this: simply try the cp command (from the command line) to copy the same file to the same destination and see if that works. If it works from the command line, and not from within python, then that means I need to do some additional checks on the permissions before copying files. If the cp command also fails, then you have a problem with your local setup.

It's a pity I cannot replicate it here.