AttributeError While Debugging

Answered

Hello!

After running my app successfully, I thought I'd 

set a breakpoint and walk through the execution step-by-step. However,

an AttributeError is raised when the debugger tries to connect.  I've posted

the traceback below. What would be the reason why the app would run

as expected in the console, but deliver this Error when entering a debug

session? 

Thank you!

0
1 comment

Looks like this ticket. Do you perhaps have a module named "queue.py" in your project? If so, rename that file.

0

Please sign in to leave a comment.