savethemblobs icon indicating copy to clipboard operation
savethemblobs copied to clipboard

Linux platform not supported?

Open Qwertylex opened this issue 7 years ago • 1 comments

python2 ./savefromdevice.py Traceback (most recent call last): File "./savefromdevice.py", line 8, in from MobileDevice import * File "/home/alex/iphone/savethemblobs/MobileDevice/init.py", line 29, in from afc import * File "/home/alex/iphone/savethemblobs/MobileDevice/afc.py", line 25, in from MobileDevice import * File "/home/alex/iphone/savethemblobs/MobileDevice/MobileDevice.py", line 28, in from CoreFoundation import * File "/home/alex/iphone/savethemblobs/MobileDevice/CoreFoundation.py", line 35, in raise OSError(u'Platform not supported') OSError: Platform not supported

Arch Linux 4.10.9-1-ARCH #1 SMP PREEMPT Sat Apr 8 12:39:59 CEST 2017 x86_64 GNU/Linux Server = https://archive.archlinux.org/repos/2017/04/15/$repo/os/$arch (arch linux is pinned to 2017-04-15)

Qwertylex avatar May 27 '17 21:05 Qwertylex

You need to install pip and python

toniqyteza avatar Jun 05 '17 11:06 toniqyteza