I\'m trying to run the following in Eclipse (using PyDev) and I keep getting error :
q = queue.Queue(maxsize=0) NameError: global name \'queue\' is not defined<
make sure your code is not under queue.py rename it to something else. if your file name is queue.py it will try to search in the same file.
queue.py