maybe try this

while threading.activeCount() < MAX_THREADS:
    # ....


instead of 

while threading < MAX_THREADS:

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to