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 vinod sharma
Recipients vinod sharma
Date 2015-02-27.00:42:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424997724.04.0.676051015042.issue23533@psf.upfronthosting.co.za>
In-reply-to
Content
I've have an application which uses tkMessageBox module, multiprocessing module and urllib2 module. For some unknown reason, python child process is crashing silently while fetching a url. This only happens when tkMessageBox module is imported.
Sample code to reproduce the problem is attached. My operating system is MacOS 10.10
History
Date User Action Args
2015-02-27 00:42:04vinod sharmasetrecipients: + vinod sharma
2015-02-27 00:42:04vinod sharmasetmessageid: <1424997724.04.0.676051015042.issue23533@psf.upfronthosting.co.za>
2015-02-27 00:42:04vinod sharmalinkissue23533 messages
2015-02-27 00:42:03vinod sharmacreate