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 sbt
Recipients James.Sanders, akineko, asvetlov, jahakala, pbwinston, sbt
Date 2013-11-11.11:58:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384171123.08.0.728716187267.issue5527@psf.upfronthosting.co.za>
In-reply-to
Content
> So hopefully the bug should disappear entirely in future releases of tcl, 
> but for now you can work around it by building tcl without threads, 
> calling exec in between the fork and any use of tkinter in the child 
> process, or not importing tkinter until after the fork.

In 3.4 you can do this by using

    multiprocessing.set_start_method('spawn')
History
Date User Action Args
2013-11-11 11:58:43sbtsetrecipients: + sbt, akineko, jahakala, asvetlov, pbwinston, James.Sanders
2013-11-11 11:58:43sbtsetmessageid: <1384171123.08.0.728716187267.issue5527@psf.upfronthosting.co.za>
2013-11-11 11:58:43sbtlinkissue5527 messages
2013-11-11 11:58:42sbtcreate