Thread: Debug error
View Single Post
  #2  
Old 02-22-2011, 11:09 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The error AttributeError: 'Queue' object has no attribute 'get' is suspicious. It seems like something is conflicting with the Queue module that is part of the standard library. Do you have a module in your script directory that is called Queue?
Reply With Quote