wondering if anyone else has run into this.
this will cause uWSGI to die ( DAMN ! worker 1 (pid: 6809) died,
killed by signal 10 :( trying respawn ... ):
import urllib2
result = urllib2.urlopen( '
http://cnn.com' )
any url will work. took a while to track this down -- nothing in the
logs ( no exception is raised ) except for:
DAMN ! worker 1 (pid: 6809) died, killed by signal 10 :( trying
respawn ...
this works fine under paster, etc.
this behavior is on the most current uwsgi & pyramid , python 2.7 ,
and on OSX + ubuntu
has anyone else encountered this ?