Spark-NF / twitter_media_downloader

Twitter media downloader.
Apache License 2.0
293 stars 52 forks source link

issue #7

Closed Purefreeman closed 6 years ago

Purefreeman commented 6 years ago

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

Spark-NF commented 6 years ago

Could you provide more information about the context?

e.g.

So I can try to reproduce your issue :smile:

Septan commented 6 years ago

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.

Spark-NF commented 6 years ago

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!