python-imobiledevice_demo
python-imobiledevice_demo copied to clipboard
ModuleNotFoundError: No module named 'plist'
Plist is not a module that can be found, and it is necessary for all .py in this repo.
plist is a library to parse Apple .plist files. You can replace it with any library you are familiar with, such as plistlib
Ok thanks! I'm also getting a error that it can't find the imobiledevice module.