次のコードで Python がクラッシュするのはなぜですか? 画像をダウンロードしてnumpy配列に変換するより簡単で良い方法はありますか?
from pylab import *
from urllib import request
captcha=imread(request.urlopen('http://pastebin.com/etc/CaptchaSecurityImages.php?width=100&height=35&characters=4&b=123'))
これにより、スタック トレースを出力するだけでなく、Python インタープリターが終了することに注意してください。