This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients THRlWiTi, amaury.forgeotdarc
Date 2009-11-04.00:33:04
SpamBayes Score 0.004509431
Marked as misclassified No
Message-id <1257294786.75.0.217315672284.issue7217@psf.upfronthosting.co.za>
In-reply-to
Content
Do you have some Queue.py in your PYTHONPATH, before the standard one?
What do you get when starting python from cmd:
  import Queue
  print Queue
(It should be <module 'Queue' from 'C:\Python26\lib\Queue.pyc'>)
History
Date User Action Args
2009-11-04 00:33:06amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, THRlWiTi
2009-11-04 00:33:06amaury.forgeotdarcsetmessageid: <1257294786.75.0.217315672284.issue7217@psf.upfronthosting.co.za>
2009-11-04 00:33:05amaury.forgeotdarclinkissue7217 messages
2009-11-04 00:33:04amaury.forgeotdarccreate