Skip to content

Instantly share code, notes, and snippets.

@prologic
Created October 25, 2014 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/58c4f0cf102a2a65f211 to your computer and use it in GitHub Desktop.
Save prologic/58c4f0cf102a2a65f211 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
(cardmailer)
prologic@daisy
Sat Oct 25 21:28:22
~/tmp/py3k-cardmailer
$ python Application.py
Traceback (most recent call last):
File "Application.py", line 115, in <module>
import config.Database
File "/home/prologic/tmp/py3k-cardmailer/config/Database.py", line 54, in <module>
class ClientCache(sqlite3_Base):
File "/home/prologic/.virtualenvs/cardmailer/lib/python3.2/site-packages/sqlalchemy/ext/declarative/api.py", line 55, in __init__
_as_declarative(cls, classname, cls.__dict__)
File "/home/prologic/.virtualenvs/cardmailer/lib/python3.2/site-packages/sqlalchemy/ext/declarative/base.py", line 259, in _as_declarative
if not table.c.contains_column(c):
AttributeError: 'str' object has no attribute 'c'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment