Christian Heimes added the comment:
You have a queue module in your project which shadows the queue module from
Python's standard library.
--
nosy: +christian.heimes
resolution: -> not a bug
stage: -> resolved
status: open -> closed
type: crash -> behavior
___
New submission from Gianluca Rossi:
In Python 3.5.2 importing *queue* raises an *ImportError*.
```
Python 3.5.2 (default, Jul 5 2016, 12:43:10)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import queue
Traceback (most recent call last