marclave / Jasper-Twitter

Twitter module for JASPER. Allows the ability to check notifications(direct messages, retweets and mentions), send a tweet and check whats trending!
7 stars 3 forks source link

unable to get this to work, any help is appreciated. #3

Open ghost opened 9 years ago

ghost commented 9 years ago

Traceback (most recent call last): File "jasper.py", line 12, in from client import tts, stt, jasperpath, diagnose File "/home/pi/jasper/client/init.py", line 1, in from modules import Twitter ImportError: cannot import name Twitter

ghost commented 9 years ago

Ok, figured out that problem. Disregard, had the wrong init, but I just get this: Traceback (most recent call last): File "jasper.py", line 13, in from client.conversation import Conversation File "/home/pi/jasper/client/conversation.py", line 3, in from notifier import Notifier File "/home/pi/jasper/client/notifier.py", line 4, in from modules import Gmail File "/home/pi/jasper/client/modules/__init.py", line 2, in from modules import Twitter ImportError: No module named modules

DerfOh commented 8 years ago

I had a similar error, it was because I had not installed the tweepy dependency. I ran into further trouble with it throwing some error about not being able to be imported but I found this SO post which solved my issue.

Hope this helps.