Closed georgexli closed 6 years ago
Simply commenting a link to the directory fixes nothing. Your users (including myself) are getting an error generated by your code.
Traceback (most recent call last):
File "main.py", line 20, in <module>
from data.twitter import data
ImportError: No module named twitter
So is this a module that needs to be installed? Are you calling it improperly? How do your users fix this?
It appears that you need to make sure you are using python3. By default, Ubuntu runs python v2 when you just call python. To get this app to run correctly, try python3.
ModuleNotFoundError Traceback (most recent call last)