HyeongminSeo / iphone-dataprotection

Automatically exported from code.google.com/p/iphone-dataprotection
0 stars 0 forks source link

ImportError: No module named Crypto.Cipher #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've been following the instructions step by step
https://code.google.com/p/iphone-dataprotection/wiki/README

1. So now I'm stuck at this point.  This is what I typed

     python python_scripts/kernel_patcher.py iPhone3,3_5.0_9A334_Restore.ipsw

2. And this is the message I got back. 

Traceback (most recent call last):
  File "python_scripts/kernel_patcher.py", line 8, in <module>
    from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher

* Disclaimer, I'm a total newbie and can only follow simple instructions

Original issue reported on code.google.com by nowsandi...@gmail.com on 22 Jan 2012 at 4:51

GoogleCodeExporter commented 8 years ago
looks like you did not install the dependencies (first part of the readme)
Installing pycrypto should fix the error :

sudo ARCHFLAGS='-arch i386 -arch x86_64' easy_install pycrypto

Original comment by jean.sig...@gmail.com on 22 Jan 2012 at 6:07

GoogleCodeExporter commented 8 years ago
okay, that solved the problem. I was sure I had done that step. I wonder if I 
missed it or it was because I turned off the computer and restarted this today. 
Either way, thank you for the fix. 

I ran into another problem but I'll first search for a solutions before ask for 
help. 

Original comment by nowsandi...@gmail.com on 22 Jan 2012 at 8:10

GoogleCodeExporter commented 8 years ago

Original comment by jean.sig...@gmail.com on 22 Jan 2012 at 8:35

GoogleCodeExporter commented 8 years ago
Issue 44 has been merged into this issue.

Original comment by jean.sig...@gmail.com on 22 Jan 2012 at 9:15