我正在尝试使用 Pylons 创建一个 Web 应用程序,并且 Web 上的资源指向PylonsBook页面,这没有多大帮助。我想要身份验证和授权,无论如何设置 Authkit 以轻松使用 Pylons?
我尝试从 cheeseshop 下载SimpleSiteTemplate但无法运行 setup-app 命令。它抛出一个错误:
File "/home/cnu/env/lib/python2.5/site-packages/SQLAlchemy-0.4.7-py2.5.egg/sqlalchemy/schema.py", line 96, in __call__
table = metadata.tables[key]
AttributeError: 'module' object has no attribute 'tables'
我使用 Pylons 0.9.7rc1、SQLAlchemy 0.4.7、Authkit 0.4。