Re: Problem Regarding Queue

2010-02-09 Thread Rob Williscroft
mukesh tiwari wrote in news:80fed7d5-76eb-40c8-ace1-0c35736de399 @t17g2000prg.googlegroups.com in comp.lang.python: > Could some one please tell what is wrong with this code. I am trying > to use Queue in this program but i am getting error The type you appear to be trying to use is Queue.Queue w

Re: Problem Regarding Queue

2010-02-09 Thread Stephen Hansen
On Tue, Feb 9, 2010 at 2:06 PM, mukesh tiwari wrote: > Could some one please tell what is wrong with this code. I am trying > to use Queue in this program but i am getting error > Traceback (most recent call last): > File "/home/user/NetBeansProjects/NewPythonProject2/src/ > Pollard_rho.py", line

Problem Regarding Queue

2010-02-09 Thread mukesh tiwari
Could some one please tell what is wrong with this code. I am trying to use Queue in this program but i am getting error Traceback (most recent call last): File "/home/user/NetBeansProjects/NewPythonProject2/src/ Pollard_rho.py", line 80, in factor(n) File "/home/user/NetBeansProjects/NewP