Senthil Kumaran <orsent...@gmail.com> added the comment: There isn't a problem with urllib with respect to threading as such. There are programs and examples which use this module in multi-threading environment.
I could not run your app, I am not on Mac, but some of the changes you could try is: - Not to pollute module namespace with from somemodule import * ( And in the process importing urllib). - Use the 'import urllib' in each of the module that you using. If you have specific traceback, post it here. ( An smaller snippet/example to reproduce will help). Feel free to reopen the issue if you see that it indeed a bug. ---------- nosy: +orsenthil resolution: -> invalid stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9062> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com