[issue23533] MacOSX Python child process running urlopen crashed when tkMessageBox is imported

Ned Deily report at bugs.python.org
Fri Feb 27 09:48:06 CET 2015


Ned Deily added the comment:

I was able to reproduce this and from the system crash report it appears that this is a duplicate of Issue20585.  The workaround noted there should work for you here: define a "no_proxy" environment variable to prevent Python from attempting to call the System Configuration framework for default proxy settings.  For example, if you don't need a network proxy, you could do:

no_proxy='*' python2.7 crashreproduce.py

----------
nosy: +ned.deily
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> urllib2 unrelease KQUEUE on Mac OSX 10.9+

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23533>
_______________________________________


More information about the Python-bugs-list mailing list