Skip to content

What am I doing wrong? I keep getting this error. #10

Description

@Pere-Upoko

C:\Users\Josh\Desktop\fastmap-master>bootstrap.py -l "-38.690754, 176.081872" -r 9000
Traceback (most recent call last):
File "C:\Users\Josh\Desktop\fastmap-master\bootstrap.py", line 22, in
from pgoapi.exceptions import NotLoggedInException
File "C:\Python27\lib\site-packages\pgoapi-1.1.6-py2.7.egg\pgoapi__init__.py", line 50, in
from pgoapi.pgoapi import PGoApi
File "C:\Python27\lib\site-packages\pgoapi-1.1.6-py2.7.egg\pgoapi\pgoapi.py", line 36, in
from pgoapi.auth_google import AuthGoogle
File "C:\Python27\lib\site-packages\pgoapi-1.1.6-py2.7.egg\pgoapi\auth_google.py", line 31, in
from gpsoauth import perform_master_login, perform_oauth
File "C:\Python27\lib\site-packages\gpsoauth__init__.py", line 4, in
from . import google
File "C:\Python27\lib\site-packages\gpsoauth\google.py", line 4, in
from Cryptodome.PublicKey import RSA
File "C:\Python27\lib\site-packages\Cryptodome\PublicKey\RSA.py", line 79, in
from Cryptodome.IO import PKCS8, PEM
File "C:\Python27\lib\site-packages\Cryptodome\IO\PKCS8.py", line 73, in
from Cryptodome.IO.PBES import PBES1, PBES2, PbesError
File "C:\Python27\lib\site-packages\Cryptodome\IO_PBES.py", line 44, in
from Cryptodome.Cipher import DES, ARC2, DES3, AES
File "C:\Python27\lib\site-packages\Cryptodome\Cipher__init
_.py", line 78, in
from Cryptodome.Cipher._mode_ecb import _create_ecb_cipher
File "C:\Python27\lib\site-packages\Cryptodome\Cipher_mode_ecb.py", line 46, in
"""
File "C:\Python27\lib\site-packages\Cryptodome\Util_raw_api.py", line 168, in load_pycryptodome_raw_lib
raise OSError("Cannot load native module '%s'" % name)
OSError: Cannot load native module 'Cryptodome.Cipher._raw_ecb'

I think I have all the files in the right place. Not sure what I am doing wrong. Sorry. Bit new.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions