Skip to content

Instantly share code, notes, and snippets.

@DavidEGrayson
Created July 28, 2012 23:05
Show Gist options
  • Save DavidEGrayson/3195139 to your computer and use it in GitHub Desktop.
Save DavidEGrayson/3195139 to your computer and use it in GitHub Desktop.
Error when I tried to run mc3p on Windows: ImportError: cannot import name PKCS1_v1_5
C:\Users\David\Documents\minecraft\mc3p>python -m mc3p.proxy 192.168.11.84
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\Users\David\Documents\minecraft\mc3p\mc3p\proxy.py", line 35, in <mod
ule>
from authentication import Authenticator, minecraft_credentials
File "mc3p\authentication.py", line 16, in <module>
from encryption import encode_public_key, PBEWithMD5AndDES
File "mc3p\encryption.py", line 11, in <module>
from Crypto.Cipher import AES, DES, PKCS1_v1_5
ImportError: cannot import name PKCS1_v1_5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment