Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

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'>)

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to