Hello i have a big problem, i want to import queue but i get this message, somehow it dont exist.
Traceback (most recent call last):
File "D:\Python26\test.py", line 9, in <module>
import queue
ImportError: No module named queue
isnt that strange.