ボトルから以下を返すことにより、現在のタブ/ウィンドウを閉じようとしています:
@route('/configure', method='POST')
def configure():
#do other things here...
return '''<script>window.close();</script>
<p>You can close this window if it does not automatically close.</p>'''
しかし、それは機能しません。自動的に閉じるにはどうすればよいですか?