ecstatic-nobel / Analyst-Arsenal

A toolkit for Security Researchers
GNU General Public License v3.0
124 stars 36 forks source link

No module named Queue #5

Closed misterch0c closed 5 years ago

misterch0c commented 5 years ago

Fyi I got this error

└┼─$─┤▶ ./opendir_certstream.py 
Traceback (most recent call last):
  File "./opendir_certstream.py", line 36, in <module>
    import Queue
ModuleNotFoundError: No module named 'Queue'

I fixed by changing Queue to queue on lines 36 & 319

ecstatic-nobel commented 5 years ago

@misterch0c try using Python 2.7.14. I'm currently working on getting the code Python 3 ready since Python 2 will not be maintained past 2020. If Python 2 returns no errors, I'll go ahead an close this issue.