我无法get_url
从瓶子导入:
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
, ...