Information Technology Reference
In-Depth Information
$hdiutil eject /Volumes/FUSE\ for\ OS\ X/
"disk3" unmounted.
"disk3" ejected.
Installing Python modules
The Python scripts of iPhone Data Protection Tools require installation of several Python
modules: construct , progressbar , and setuptools . You can install the required
Python modules using Python's easy_install command, as shown:
$sudo easy_install construct progressbar
Searching for construct
Reading http://pypi.python.org/simple/construct/
Best match: construct 2.5.1
Downloading https://pypi.python.org/packages/source/c/
construct/construct-
2.5.1.zip#md5=4616eb3c12e86ba859ff2ed2f01ddb1c
Processing construct-2.5.1.zip
[...]
Installed /Library/Python/2.7/site-packages/
construct-2.5.1-py2.7.egg
Processing dependencies for construct
Searching for six
Reading http://pypi.python.org/simple/six/
Best match: six 1.4.1
Downloading https://pypi.python.org/packages/source/s/six/
six-1.4.1.tar.gz#md5=bdbb9e12d3336c198695aa4cf3a61d62
Processing six-1.4.1.tar.gz
[...]
Installed /Library/Python/2.7/site-packages/
six-1.4.1-py2.7.egg
Finished processing dependencies for construct
Searching for progressbar
Reading http://pypi.python.org/simple/progressbar/
Reading http://code.google.com/p/python-progressbar
Best match: progressbar 2.3
Downloading http://python-progressbar.googlecode.com/files/
progressbar-2.3.tar.gz
Processing progressbar-2.3.tar.gz
Search WWH ::




Custom Search