modrzew / pokeminer

Pokemon location scraper
MIT License
220 stars 61 forks source link

Where to put encrypt64bit.dll? #147

Open MacxFlash opened 8 years ago

MacxFlash commented 8 years ago

Im getting the following error

Traceback (most recent call last): File "worker.py", line 347, in spawn_workers(workers, status_bar=args.status_bar) File "worker.py", line 281, in spawn_workers start_worker(worker_no, points[worker_no]) File "worker.py", line 269, in start_worker points=points File "worker.py", line 84, in init self.api.activate_signature(config.ENCRYPT_PATH) File "c:\Python27\lib\site-packages\pgoapi\pgoapi.py", line 89, in getattr raise AttributeError AttributeError

YonderGod commented 8 years ago

in the main folder, and edit your config to ENCRYPT_PATH = './encrypt64bit.dll'

if that doesn't work, you might try the 32 bit dll.

MacxFlash commented 8 years ago

Im still getting the same error. config is ENCRYPT_PATH = './encrypt64bit.dll' and encrypt64bit.dll is located in main folder pokeminer-master

modrzew commented 8 years ago

Did you upgrade external dependencies? (pip install --upgrade -r requirements.txt)