seikur0 / PGO-mapscan-opt

GNU General Public License v3.0
111 stars 52 forks source link

main0.py crashes when importing pushbullet #275

Open ghost opened 7 years ago

ghost commented 7 years ago

I can't launch the scanner program if the following lines are present

32 import pushbullet 33 from pushbullet import Pushbullet

If I comment them it runs just fine and if I try to import pushbulletin any other program (even just those 2 lines) it closes immediately without any error message.

I searched about problems with pushbullet on Google but I did not find anything useful. I'm running Windows 10 Pro 64-bit 1607.

seikur0 commented 7 years ago

Make sure you have it installed. Try pip install --upgrade pushbullet

Dracon23 commented 7 years ago

pip complains about not being able to satisfy requirements...

ghost commented 7 years ago

pushbullet.py got installed when I ran the requirements check (pip install -r requirements.txt)

This is what I get if I try to upgrade:

D:\>pip install pushbullet.py --upgrade
Requirement already up-to-date: pushbullet.py in d:\program files\python27\lib\site-packages
Requirement already up-to-date: requests>=1.0.0 in d:\program files\python27\lib\site-packages (from pushbullet.py)
Requirement already up-to-date: python-magic in d:\program files\python27\lib\site-packages (from pushbullet.py)
Requirement already up-to-date: websocket-client in d:\program files\python27\lib\site-packages (from pushbullet.py)
Requirement already up-to-date: six in d:\program files\python27\lib\site-packages (from websocket-client->pushbullet.py)

And if I get the last error after the program closes (echo %errorlevel%) it says -1073740791