earshel / PokeyPySnipe

This Pokemon Go sniping tool allows you to snipe rare Pokemon without being soft-banned.
Other
31 stars 13 forks source link

On Linux, I get the following error #25

Closed devs7u closed 8 years ago

devs7u commented 8 years ago

OSError: libencrypt-linux-x86-64.so: cannot open shared object file: No such file or directory

I understand that it means it can not find that file, but it is in the correct location and everything. I'd appreciate help

earshel commented 8 years ago

@devs7u Line 538 (new repo) should look like this, since the .so file is in the /encrypt directory

    'encrypt/libencrypt-linux-x86-64.so', 
devs7u commented 8 years ago

Thanks. that solved it.

earshel commented 8 years ago

No worries.