Spark-NF/twitter_media_downloader

issue

Purefreeman opened this issue · 3 comments

Traceback (most recent call last):
File "twitter_media_downloader.py", line 12, in
from parser import getMedias
ImportError: cannot import name 'getMedias'

Could you provide more information about the context?

e.g.

  • Your operating system
  • The Python version you're using to run the program
  • The command you used to run the program

So I can try to reproduce your issue 😄

I having the same error.
I have windows 10 pro
Python 2.7.13
same command as your example, don't matter what user I put. I still get the same error.

Indeed, it seems I wasn't myself using said command, using ./twitter_media_downloader.py instead of python twitter_media_downloader.py. Should be solved now!