get_url
from ボトルをインポートできません:
from bottle import get_url
エラーは次のとおりです。
Traceback (most recent call last):
File "./py_test.py", line 4, in <module>
from bottle import get_url
ImportError: cannot import name get_url
次のような他のものをロードしてもエラーはありません: run
, post
, get
, route
, view
, static_file
, template
...