Azelphur / pyPushBullet

Python library to interface with PushBullet
GNU General Public License v3.0
180 stars 48 forks source link

ImportError: cannot import name PushBullet #31

Closed EnricoSx closed 8 years ago

EnricoSx commented 8 years ago

hello i try to use pyPushBullet on Raspian Jessie.

my script allarme.py ..... print ("Inizializzazione PushBullet...") from pushbullet.pushbullet import PushBullet apiKey = "vagferxxxxxxxxxxxxxxxxxxxxxxxx" p = PushBullet(apiKey) p.pushNote(devices[0]["raspberry"], 'Allarme', 'Avvio allarme in corso...') ...... result:

Traceback (most recent call last): File "allarme.py", line 4, in from pushbullet.pushbullet import PushBullet ImportError: cannot import name PushBullet

can you help me?

zoolii commented 8 years ago

I have some issue

Traceback (most recent call last): File "./pushbullet_cmd.py", line 19, in from pushbullet import PushBullet ImportError: cannot import name PushBullet

Azelphur commented 8 years ago

You both seem to have different issues, however I believe both issues are fixed now.