I am trying to create a web application using Pylons and resources at a web point on a PylonsBook page, which is not much help. I want authentication and authorization, and still, to configure Authkit to work with Pylons?
I tried downloading SimpleSiteTemplate from the cheeseshop, but was unable to run the setup-app command. This causes an error:
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'
I am using Pylons 0.9.7rc1, SQLAlchemy 0.4.7, Authkit 0.4.
python authentication sqlalchemy pylons
cnu
source share