New submission from vinod sharma:

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

----------
components: Tkinter
files: crashreproduce.py
messages: 236721
nosy: vinod sharma
priority: normal
severity: normal
status: open
title: MacOSX Python child process running urlopen crashed when tkMessageBox is 
imported
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file38255/crashreproduce.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23533>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to