Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment: By design, a thread object can be started only once: http://docs.python.org/library/threading.html#threading.Thread.start
You should create another threading.Thread object. ---------- nosy: +amaury.forgeotdarc resolution: -> invalid status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8103> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com