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 adsr
Recipients
Date 2004-02-22.15:21:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I wrote a short script that launches several threads 
(parallel download using urllib.urlretrieve in this case). 
Sometimes when I launch my script under Cygwin, I get 
strange error messages like:

      2 [win] python 1912 Winmain: Cannot register 
window class

Sometimes all of the threads run OK, otherwise after 
the "correct" ones finish the console stops responding.

No problems with this script directly under Windows
History
Date User Action Args
2007-08-23 14:20:10adminlinkissue902151 messages
2007-08-23 14:20:10admincreate