'module' object has no attribute 'Queue'
Michael Trisko
mike at trisko.net
Wed Jan 12 05:03:52 UTC 2005
I encountered this error after first installing QMTest on a Windows XP
machine with Python 2.3. This occurs while following the example in the
Getting Started section of the documentation, after selecting Run -> All
Tests. Do you have any clues as to what is causing the problem?
Thanks,
Mike
Exception type: exceptions.AttributeError
Exception value: 'module' object has no attribute 'Queue'
Stack trace:
File "C:\Python23\Lib\site-packages\qm\web.py", line 476, in
__HandleScriptRequest
script_output = self.server.ProcessScript(request)
File "C:\Python23\Lib\site-packages\qm\web.py", line 821, in ProcessScript
return self.__scripts[request.GetUrl()](request)
File "C:\Python23\Lib\site-packages\qm\test\web\web.py", line 1856, in
HandleRunTests
self.__expected_outcomes)
File "C:\Python23\Lib\site-packages\qm\test\execution_thread.py", line 80,
in __init__
targets, result_streams, expectations)
File "C:\Python23\Lib\site-packages\qm\test\execution_engine.py", line
225, in __init__
self.__response_queue = qm.queue.Queue(0)
More information about the qmtest
mailing list