Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named Crypto.Cipher #42

Closed
GoogleCodeExporter opened this issue Mar 29, 2015 · 4 comments
Closed

ImportError: No module named Crypto.Cipher #42

GoogleCodeExporter opened this issue Mar 29, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Done
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Issue 44 has been merged into this issue.

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

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant