NameError: name 'filequeue' is not defined
MilindPurswani opened this issue · 3 comments
MilindPurswani commented
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
MilindPurswani commented
@GP89 it works now! Thanks 👍
MilindPurswani commented
Hey @GP89, check out, https://github.com/MilindPurswani/Syborg :)
Thanks for this wonderful library.