GP89/FileQueue

NameError: name 'filequeue' is not defined

MilindPurswani opened this issue · 3 comments

Hey,

I am facing this error when I run the following code snippet:

from filequeue import *

q = filequeue.FileQueue(maxsize=10)

Error:

Traceback (most recent call last):
  File "syborg2.py", line 102, in <module>
    q = filequeue.FileQueue(maxsize=1000)
NameError: name 'filequeue' is not defined

Using Python 3.7.4

GP89 commented

Hey @MilindPurswani thanks for reporting! It should be fixed in 0.3.3

Please run pip install filequeue --upgrade and give me a shout if it works

@GP89 it works now! Thanks 👍

Hey @GP89, check out, https://github.com/MilindPurswani/Syborg :)

Thanks for this wonderful library.